I am using Access to create a SQL query. It creates an Inner Join Query. I cut and paste the query into PL-SQL. When I try to execute the query I get an error.
ORA 933 SQL command not properly ended.
It highlights the INNER JOIN statement on the SQL command.
Can someone recommend a utility to convert these Microsoft or Access SQL queries to PL SQL?
Thanks!
ORA 933 SQL command not properly ended.
It highlights the INNER JOIN statement on the SQL command.
Can someone recommend a utility to convert these Microsoft or Access SQL queries to PL SQL?
Thanks!
Comment