Skip to content
Advertisement

SQL Command isnt running (invalid identifier) maybe SYSDATE?

I’m having a bit of trouble getting my command to run and I think that it has something to do with the SYSDATE command:

I get the ORA-00904: : invalid identifier error. Any fix?

Advertisement

Answer

The problem is the last field definition:

Get rid of the comma and you’ll be fine.

db<>fiddle here

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement