Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to determine the default values?

Status
Not open for further replies.

6656

Programmer
Nov 5, 2002
104
0
0
US
Greetings,

Is there any system view can be used to extract the default values of a table?

Thanks in advance!
Mike
 
Yes - check the data_default column of the dba_tab_columns view.
 
Thanks a lot.
It can be acquired from all_tab_columns or user_tab_columns as well.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top