Monday 22 September 2008

Finding a table name

select *
from dba_tables
where table_name like '%<table_name>';

No comments: