advanced code snippet search
darkapple on 04/16/10
table Oracle desc
04/16/10 01:30am
URL: http://ss64.com/ora/desc.html
SELECT COLUMN_NAME, CONCAT(CONCAT(CONCAT(DATA_TYPE,'('), DATA_LENGTH),')') TYPE,NULLABLE IS_NULLFROM USER_TAB_COLUMNSWHERE TABLE_NAME = 'my_table_name';
Report this snippet Tweet
Comment:
You need to login to post a comment.