in reply to Re: confused about reading from database using an array
in thread confused about reading from database using an array

Are you saying I can replace the list with the array?
SELECT id, order_num, state FROM orders WHERE names IN (@names)

Replies are listed 'Best First'.
Re^3: confused about reading from database using an array
by Joost (Canon) on Dec 12, 2006 at 20:54 UTC