Revising the Select Query I

  • + 1 comment

    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?