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
5 Answers
+ 3
Manjunath G
It's problem with SQL compiler. Many are facing same issue.
+ 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.
+ 2
Brian Yes same thing with everyone.
+ 1
You need only to write the SELECT query.
+ 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?