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.

 All Forums
 Development Tools
 Other Development Tools
 sql query not working

Author  Topic 

dakey
Starting Member

1 Post

Posted - 2008-10-09 : 06:59:24
hi i have this sql query that i can't seem to work

SELECT * FROM ##### WHERE CAST("& request.QueryString("id") &" AS VARCHAR(25)) IN (systemCats) ORDER BY prodName ASC


systemCats is a VARCHAR withthe value " , 1, 2, 3, 4"

any help?

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2008-10-09 : 07:03:40
Search for Array+SQL Server in google

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -