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 2000 Forums
 SQL Server Development (2000)
 using arrays in sql

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2002-03-25 : 09:22:51
ilias elhazoui writes "Hello
Please could provide me with some information in defining and using arrays in the SELECT statement.
thanks"

robvolk
Most Valuable Yak

15732 Posts

Posted - 2002-03-25 : 10:02:13
We have plenty of info on simulating arrays in SQL Server using CSV values:

http://www.sqlteam.com/SearchResults.asp?SearchTerms=csv

And you can use this function if you have SQL 2000:

http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=14185

Go to Top of Page
   

- Advertisement -