in reply to Re: how do i construct a sql select statement, where i want to get the where clauses out of an array
in thread how do i construct a sql select statement, where i want to get the where clauses out of an array

Yes, or just put the whole thing in an if (@ids) { ... }loop - which would make it work quicker when @ids was empty

§ George Sherston
  • Comment on Re: Re: how do i construct a sql select statement, where i want to get the where clauses out of an array
  • Download Code