02.Oracle/DataBase2008. 11. 26. 14:40
반응형
SELECT a.table_name, a.comments
FROM USER_TAB_COMMENTS a, tab b
WHERE a.table_name=b.tname;
Posted by 1010