Table Meta:
-------------------------------------
type tab_name
new tab_news
sports tab_sps
Table tab_news
------
id
Table tab_sps
-------------------
id
xx
现在我想用
SELECT id
FROM (SELECT tab_name
FROM Meta
WHERE type = 'news');
但它不起作用,有什么想法吗?