-
ALTER TABLE Statement returning an error
I've checked and double checked the syntax, but it seems the ALTER TABLE statement keeps returning an error.
ALTER TABLE emp_pes605
ADD salary number(6);
Error occured. Recheck your SQL statement
Also, when I try to insert data into the table, it adds two records instead of only one.
Any help would be appreciated.
-
I also just tried to update a record. It said the command was executed successfully, but the field is still blank.
-
Please disregard. I found another resource for advancing my SQL skills.
-
Mind sharing what you found?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|