+ 1
Where is the error?? (SQL)
I called 3 rows from a table in SQL, but it refused because the names in a row start with a lowercase letter. How can I fix this?
3 Antworten
+ 2
Arda Gürses
See the reason here
https://www.sololearn.com/Discuss/2771364/?ref=app
+ 1
Thanks!
0
SELECT productname,productiondate, expirationdate from products;
the code is here