Where is the error?? (SQL) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

2nd May 2021, 7:37 AM
Arda Gurses
Arda Gurses - avatar
3 Answers
2nd May 2021, 7:43 AM
A͢J
A͢J - avatar
+ 1
Thanks!
2nd May 2021, 7:46 AM
Arda Gurses
Arda Gurses - avatar
0
SELECT productname,productiondate, expirationdate from products; the code is here
2nd May 2021, 7:38 AM
Arda Gurses
Arda Gurses - avatar