Hi guys,
I'm having trouble finding a table/field name so I thought of entering a rogue value using the front-end and searching all the fields for this value.
I don't know how to write the SQL for this though.
select distinct t.table_name, f.field_name
from user_tables t, dict_flds f
where...