Select ALL_TAB_COLUMNS
587294Jul 28 2008 — edited Jul 28 2008Hi all,
I got One Select Query as " SELECT * FROM ALL_TAB_COLUMNS WHERE TABLE_NAME = :tablename ".
But with this i am getting only ( OWNER, TABLE_NAME, COLUMN_NAME, DATATYPE).
But i want the following columns also:
(character maximum length, numeric scale, is nullable)
How to get this data also please ?
Thanks