Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
Sun Foster
Aged Yak Warrior
515 Posts |
Posted - 2005-08-20 : 07:09:43
|
| I have a sql statement like:select * from order where order_city in ("new york", ...)There are about 50 cities need to type in.Is there are another way to do the same job?If I have a array in which stored city's name, how to input into "in (", ",...)"? |
|
|
Kristen
Test
22859 Posts |
|
|
|
|
|