"SELECT 1 FROM (SELECT 1 FROM table) q" does not working on local machine
- by Qiao
SELECT 1 FROM (SELECT 1 FROM table) q
does not working on my local server. it returns totally nothing (no error or empty table).
But SELECT 1 FROM table is ok.
What is wrong with it? is there any MySQL option for such queries?