select *
from ( select * from table ) 'table1';
我不明白为什么会收到此错误:
错误 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''table1'' at line 2
我检查了手册(FROM 子句中的 MySQL 子查询),我看不出示例和我的小语句之间有任何区别。