Guest User

Untitled

a guest
Jan 16th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. ALTER TABLE table add column_col integer DEFAULT table_seq.nextval not null;
  2.  
  3. Error report -
  4. ORA-00984: column not allowed here
  5. 00984. 00000 - "column not allowed here"
Add Comment
Please, Sign In to add comment