Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VARCHAR(MAX) - need equiv to MLINE(x,2)
Message
From
27/11/2007 16:08:49
 
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Environment versions
SQL Server:
SQL Server 2005
Miscellaneous
Thread ID:
01270593
Message ID:
01271547
Views:
21
how do I pass a string of strings as a param to get the equivalent of VFPs INLIST. ( again, a remote view and I'm building a dynamic view parameter ) Can't use a correlated subquery in this case but I have a list of values
>>
>>SELECT * from jobs where INLIST(jobid,'00555','00444','00333')
>>
>>In T sql SELECT * from jobs where jobid IN ( and here I want something like ['00555','00444','00333'] )
>>
>>Sagol
>>
>
>Charles,
>
>Review the original suggestion of Sergey in this thread. Or do a google search on fn_split.
>
>There are better alternatives using XML though.

I may be missing something, but Sergey was answering a question about an equivalent of mline() I don't see how it applies?


Charles Hankey

Though a good deal is too strange to be believed, nothing is too strange to have happened.
- Thomas Hardy

Half the harm that is done in this world is due to people who want to feel important. They don't mean to do harm-- but the harm does not interest them. Or they do not see it, or they justify it because they are absorbed in the endless struggle to think well of themselves.

-- T. S. Eliot
Democracy is two wolves and a sheep voting on what to have for lunch.
Liberty is a well-armed sheep contesting the vote.
- Ben Franklin

Pardon him, Theodotus. He is a barbarian, and thinks that the customs of his tribe and island are the laws of nature.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform