Skip to content
Advertisement

INSERT INTO failing on SQL Fiddle

I am trying to create a SQL Fiddle for creating a test database.

My query is below:

However, I am getting an error of:

ORA-00933: SQL command not properly ended

I am simply trying to create a few tables for use in a later SO post. The query up to this point works successfully:

It fails on the second INSERT INTO statement.

I have reviewed this post and this post but could not figure out a solution.

Advertisement

Answer

You need semicolon for each query

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