SQL project no.1 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 3

SQL project no.1

Can someone please help me with the first project in SQL. It says incorrect syntax when i write ORDER BY in my code. Please help.

29th Jun 2021, 6:03 PM
Olwethu Shezi
Olwethu Shezi - avatar
5 Answers
0
.........Order by calories LIMIT 3
29th Jun 2021, 6:10 PM
A S Raghuvanshi
A S Raghuvanshi - avatar
+ 3
Thank you so very much.😅
29th Jun 2021, 6:12 PM
Olwethu Shezi
Olwethu Shezi - avatar
+ 1
The order syntax is: SELECT * FROM cakes ORDER BY calorías LIMIT 3
1st Jul 2021, 3:34 AM
Pablo Quintana
Pablo Quintana - avatar
0
Please write query here what you are trying so the we can check your mistakes
29th Jun 2021, 6:05 PM
A S Raghuvanshi
A S Raghuvanshi - avatar
0
SELECT * FROM cakes LIMIT 3 ORDER BY calories; it says syntax error next to or at ORDER BY
29th Jun 2021, 6:08 PM
Olwethu Shezi
Olwethu Shezi - avatar