CAKES SQL problem not working? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

CAKES SQL problem not working?

Hi I wrote the correct solution (at last I think it's the correct one): SELECT * FROM cakes ORDER BY calories LIMIT 3; but I have no output ???

13th Feb 2021, 2:24 PM
philippe giammarinaro
philippe giammarinaro - avatar
9 Answers
+ 8
It happened with many,I think it's new bug. Try download last update, if it doesn't working again, you must wait after sololearn fixed it. Happy Coding!
13th Feb 2021, 2:44 PM
Սոֆի Մովսեսյան
Սոֆի Մովսեսյան - avatar
+ 6
This works for me: SELECT * FROM cakes ORDER BY calories ASC LIMIT 3;
16th Feb 2021, 9:24 AM
moussa Touré
moussa Touré - avatar
+ 2
philippe giammarinaro It can be Network Problem. It is working properly for me.
13th Feb 2021, 2:38 PM
Ezra Bridger 2207 [INACTIVE]
Ezra Bridger 2207 [INACTIVE] - avatar
+ 2
Asc means ascribed in increasing order
25th Aug 2021, 8:58 AM
Leul Solomon
Leul Solomon - avatar
+ 2
SELECT * FROM cakes ORDER BY calories ASC LIMIT 3;
25th Aug 2021, 11:50 AM
Alexander Kaplan
Alexander Kaplan - avatar
+ 1
I tested on my sololearn appli (updated) on my smatphone or from the web (https://www.sololearn.com/learning/eom-project/1060/1056) and it s not working.
13th Feb 2021, 2:58 PM
philippe giammarinaro
philippe giammarinaro - avatar
+ 1
Sql has been fixed yesterday afternoon.
16th Feb 2021, 9:31 AM
philippe giammarinaro
philippe giammarinaro - avatar
+ 1
What is ASC ?
5th Jul 2021, 9:50 PM
Alexander Kaplan
Alexander Kaplan - avatar
0
SELECT name, calories FROM cakes ORDER BY calories LIMIT 3;
5th Oct 2021, 12:52 PM
Fatemeh Afsahhosseini
Fatemeh Afsahhosseini - avatar