1 de junho de 2011 às 4:41 pm
#99455
felipeg
Participante
[quote=”joffre”:8jaha7zu][quote=”burga”:8jaha7zu]existem as tabelas user_tables, all_tables e dba_tables, nelas você pode consultar as tabelas que existem ou não usando a condição:
WHERE TABLE_NAME = ‘NOME_DA_SUA_TABELA'[/quote]
Ok… E como devo fazer? Aonde coloco isso?![/quote]
SELECT Decode(Count(*), 0, 'FALSE', 1, 'TRUE')
FROM user_tables WHERE table_name='NOME_DA_TABELA';
Atenciosamente,
Felipe.