I am trying to create database with a field name Desc.
Here's the code:
Create Table Test (FName Varchar(30), Desc Varchar(50));
But i get an error in syntax near Desc.. I guess i figured out that Desc is a reserved..but does any of you guys know a work around..
let me know thanks
Thanks
Murali Bala
Here's the code:
Create Table Test (FName Varchar(30), Desc Varchar(50));
But i get an error in syntax near Desc.. I guess i figured out that Desc is a reserved..but does any of you guys know a work around..
let me know thanks
Thanks
Murali Bala