Tuesday, 27 August 2013

I need a query to bring the query I mentioned below

I need a query to bring the query I mentioned below

SELECT table_name,
column_name,
data_type, data_length
FROM USER_TAB_COLUMNS
WHERE table_name = 'MYTABLE'
I need a query to get this query.

No comments:

Post a Comment