Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Array
Message
De
01/12/2000 10:13:59
 
 
À
01/12/2000 02:27:54
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Titre:
Re: Array
Divers
Thread ID:
00447906
Message ID:
00448045
Vues:
19
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform