Question: Help fix this error pleaseORA-00933: SQL command not properly ended in Oracle live SQL? My query: SELECT b.Category, SUM(o.Quantity) FROM Books AS b INNER JOIN
Help fix this error please"ORA-00933: SQL command not properly ended" in Oracle live SQL?
My query: SELECT b.Category, SUM(o.Quantity)
FROM Books AS b
INNER JOIN ORDERITEMS AS o
ON b.ISBN = o.ISBN
WHERE b.Category IN (CHILDREN, COOKING, COMPUTER);
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
