摘要:
原文地址:http://blog.csdn.net/qq_27093465/article/details/65444622 先说明一下好处有哪些:1,如果你想 new 一个空的 List ,而这个 List 以后也不会再添加元素(有大坑,看下面更新), 那么就用 Collections.empty 阅读全文
摘要:
获取表的主键列名 SQL select * from user_cons_columns where constraint_name = (select constraint_name from user_constraints where table_name = 'BST_FAVORITE' a 阅读全文