We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Hi, I am trying to Run this query -
select * from city where countrycode='USA' and population > 100000;
It is running fine when I select SQL Server, but giving compilation Error for MySQL with this message -
Compilation error :(
Check the compiler output, fix the error and try again.
Can someone please suggest what the issue is?
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Revising the Select Query I
You are viewing a single comment's thread. Return to all comments →
Hi, I am trying to Run this query - select * from city where countrycode='USA' and population > 100000;
It is running fine when I select SQL Server, but giving compilation Error for MySQL with this message - Compilation error :( Check the compiler output, fix the error and try again.
Can someone please suggest what the issue is?