Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

storing ('chris', 'john') in a variable

Status
Not open for further replies.

christhedonstar

Programmer
Apr 9, 2007
215
0
0
GB
Hi,

You can do: where columnName in ('chris', 'john') in the where clause. How would I store 'chris', 'john' in a variable and use the variable in the where clause. i.e. where columnName in @names?

Thanks,

Chris
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top