I'm doing the following select:
SELECT TABLE_NAME FROM USER_TABLES ORDER BY TABLE_NAME;
In this I have the name of the tables, the problem is that for each table I have a table_AUD, eg:
PESSOA
PESSOA_AUD
DOCUMENTO
DOCUMENTO_AUD
I would like you not to return the tables that have AUD, how can I do it?