renee35
MIS
- Jan 30, 2007
- 199
Could someone please tell me what I am doing wrong in the below create table statment:
create table #commissions (employeeid int, woid int,
worid int, custid int, custcode char(20), custname varchar (255), Effdate(datetime), WeekEnd(datetime))
To generate this error:
The definition for column 'Effdate' must include a data type.
Thanks a million
Thanks a bunch!!
-T
create table #commissions (employeeid int, woid int,
worid int, custid int, custcode char(20), custname varchar (255), Effdate(datetime), WeekEnd(datetime))
To generate this error:
The definition for column 'Effdate' must include a data type.
Thanks a million
Thanks a bunch!!
-T