Viewing post 1 (of 1 total)
Expanding upon what Lowell and PaulB have said, I recently needed to get the same information myself.
I wrote this query:
select
table_name,
column_name,
decode(data_type,
...
February 20, 2012 at 4:01 pm
#1449438