Chiffres dans le nom de colonne d'une table
Peut -on créer une table avec des noms de colonnes comportant des nombres.
Exemple :
Code:
1 2 3 4 5 6 7 8
| CREATE TABLE StatusLoadGroup ( hostname TEXT(255),
1MinValue INTEGER, 1MinWarn INTEGER, 1MinCrit INTEGER,
1MinMonitor INTEGER, 1MInstatus INTEGER, 5MinValue INTEGER,
5MinWarn INTEGER, 5MinCrit INTEGER, 5MinMonitor INTEGER,
5MInstatus INTEGER, 15MinValue INTEGER, 15MinWarn INTEGER,
15MinCrit INTEGER, 15MinMonitor INTEGER, 15MInstatus INTEGER,
callBackRef TEXT(255),
constraint PK_StatusLoadGroup primary key(hostname) ); |
Car, ma requête ne marche pas sur SQL Server 2000. Pourtant marche bien sur Access 2003.