Here’s code that should work on any MySQL server regardless of databases and tables:
SELECT 1 FROM DUAL
Apparently they copied it from Oracle.
Here’s code that should work on any MySQL server regardless of databases and tables:
SELECT 1 FROM DUAL
Apparently they copied it from Oracle.