Thread: insert data
View Single Post
Old 10-21-2002, 08:24 PM   PM User | #1
alaios
Regular Coder

 
Join Date: Aug 2002
Posts: 433
Thanks: 3
Thanked 0 Times in 0 Posts
alaios is an unknown quantity at this point
Lightbulb insert data

what i am doing wrong
INSERT INTO EMP
VALUES(7512,"andreou","adasasd",7890,"10-NOV-88",

1000000,NULL,30);

I am having problem with the date 10-nov-88 ... how i must insert the date?

I Can combine in the same alter command add and drop?
I can combine modify and add but i cannot combine the drop ...why?
alaios is offline   Reply With Quote