Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Array
Message
From
01/12/2000 10:13:59
 
 
To
01/12/2000 02:27:54
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
Re: Array
Miscellaneous
Thread ID:
00447906
Message ID:
00448045
Views:
12
>Hi,
>
>I wonder can i declare a ARRAY variable in SQL Server? if so, then how?
>
>
>Many Many Thanks
>Aston

Try

create table #mydata

(which is really a temp table, sorry no arrays)

I would love to see arrays or strucutures added to SQL... it is one of the major things that is missing.

Of course, with SQL server 2000 you may be able to create a function that emulates an array, but I am still working with 7.0.

BOb
Previous
Reply
Map
View

Click here to load this message in the networking platform