Pregunta

Table Meta:
-------------------------------------
type                  tab_name
new                   tab_news
sports                tab_sps

Table tab_news
------
id

Table tab_sps
-------------------
id
xx

Ahora quiero usar

SELECT id 
  FROM (SELECT tab_name 
          FROM Meta 
         WHERE type = 'news');

¿Pero no funciona, alguna idea?

No hay solución correcta

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top