摘要: --Oracle SELECT rownum,COMMENTS as table_comment FROM all_tab_comments WHERE OWNER = '%s' AND TABLE_NAME ='%s' AND rownum=1 --SQLserver select top 1 t 阅读全文
posted @ 2023-02-20 09:24 Mars.wang 阅读(112) 评论(0) 推荐(0)