Table names, and loop to describe

Posted by Greg on Stack Overflow See other posts from Stack Overflow or by Greg
Published on 2010-06-17T14:31:27Z Indexed on 2010/06/18 1:23 UTC
Read the original article Hit count: 302

Filed under:
|
|

Working in Oracle 10g. Easy way to list all tables names (select table_name from dba_tables where owner = 'me') But now that I have the table names, is there an easy way to loop through them and do a 'describe' on each one in sequence?

© Stack Overflow or respective owner

Related posts about sql

Related posts about Oracle