[quote=”felipeg”:412uhuak]
select case COUNT(*)
when 0 then 'FALSE'
else 'TRUE'
end
from INFORMATION_SCHEMA.TABLES where table_name = 'NOME_DA_TABELA'
Atenciosamente,
Felipe.[/quote]
Usei dessa forma aí, e o log foi meio irônico:
—–
FALSE
(1 rows affected)
[b]Fala que é FALSE (não existe nada), mas mostra 1 linha afetada (ou seja, existe a tabela)…
Obrigado pela ajuda![/b]