摘要: --language:java 换成自己想了解的语言 https://api.github.com/search/repositories?q=language:java&sort=stars 阅读全文
posted @ 2020-07-16 16:19 itJun 阅读(118) 评论(0) 推荐(0)
摘要: -- 查询指定表的字段结构 select * from all_tab_columns where Table_Name='表名'; -- 查询指定表的字段结构对应的注释 select * from all_col_comments where Table_Name='表名'; -- 保留表结构清空 阅读全文
posted @ 2020-07-16 14:32 itJun 阅读(100) 评论(0) 推荐(0)