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
 SQL Server 2005 Forums
 Transact-SQL (2005)
 String to int conversion

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2007-01-08 : 08:04:00
siddharth writes "i have a string of the format string=1,2,3,4.......
please note that it is a string
now when i write a query i need that string act like this...

select * from table where column1 in(string mentioned above)

how can i do it??? "

harsh_athalye
Master Smack Fu Yak Hacker

5581 Posts

Posted - 2007-01-08 : 08:06:53
[url]http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=6134[/url]

Harsh Athalye
India.
"The IMPOSSIBLE is often UNTRIED"
Go to Top of Page
   

- Advertisement -