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?
|