Module Clear | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

Module Clear

Anyone please tell me if we want to clear the End module, we just need to run the execution query or we need to create db. Table, values and then run the quey?. Please explain

13th Feb 2021, 5:23 AM
Manjunath G
Manjunath G - avatar
5 Respuestas
+ 3
Manjunath G It's problem with SQL compiler. Many are facing same issue.
13th Feb 2021, 5:36 AM
A͢J
A͢J - avatar
+ 2
Manjunath G I Am AJ ! there is definitely a new problem with Code Coach. My query that passed before now gets no output, too.
13th Feb 2021, 5:44 AM
Brian
Brian - avatar
+ 2
Brian Yes same thing with everyone.
13th Feb 2021, 5:47 AM
A͢J
A͢J - avatar
+ 1
You need only to write the SELECT query.
13th Feb 2021, 5:28 AM
Brian
Brian - avatar
+ 1
When I run this query (SELECT * FROM Apartments WHERE price >= (SELECT AVG(price) FROM Apartments) ORDER BY price;) I'm getting no input and no output only.....😐 I think there is a problem at solo complier?
13th Feb 2021, 5:33 AM
Manjunath G
Manjunath G - avatar