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');
しかし、それはうまくいきません。