Sign in | Join
Last post 08-29-2008 1:32 PM by shados. 1 replies.
Sort Posts: Oldest to newest Newest to oldest
I got an update query that ends like this: ...WHERE CountryID Like... And here I want to be able to select several ID's. How do I do that? I am thinking about something like '2','3', etc...
Thanks for any help!
Where Country IN (1,2,3,4,5)
Of course, add quotes if they're varchars instead of numeric values.