skip to Main Content

Mysql – How do I fix this "Error in From clause"?

for this specific problem I had to enter the query: SELECT ProductName, Quantity FROM Products JOIN OrderDetails on OrderDetails.Productid= Products.Productid WHERE Quantity <5 On the website: https://www.w3schools.com/sql/trysql.asp?filename=trysql_select_all The question that I got this query from from was "Can you modify…

VIEW QUESTION
Back To Top
Search