0

*I understand that this question has been asked before, but none of the other answers have solved my problem

PROBLEM: trying to insert into SQL table

here is my table --

enter image description here

here is my statement --

INSERT INTO IFS_APP_HOLIDAY_UI VALUES("Calendar", "Russ", "russ.wilson@gmail.com", "2018", "50", "50", "25", "DP", "0", "0", "6/12/2018", "Wilson);

here is my error --

Error starting at line : 4 in command -
INSERT INTO IFS_APP_HOLIDAY_UI VALUES("Calendar", "Russ", "russ.wilson@gmail.com", "2018", "50", "50", "25", "DP", "0", "0", "6/12/2018", "Wilsom")
Error at Command Line : 4 Column : 139
Error report -
SQL Error: ORA-00984: column not allowed here
00984. 00000 -  "column not allowed here"
*Cause:    
*Action:
Jens
  • 67,715
  • 15
  • 98
  • 113
Cameron
  • 185
  • 2
  • 11

0 Answers0