06 2016 档案

摘要:.bottomTable{ background-color: rgb(249,249,249); z-index:99999999; position:fixed; bottom:0; left:0; width:100%; _position:absolute; /* for IE6 */ /* 阅读全文
posted @ 2016-06-13 11:18 追风-啊天 阅读(6843) 评论(0) 推荐(0)
摘要:select COLUMN_NAME from ( SELECT t.COLUMN_NAME, COUNT(*) c FROM USER_TAB_COLUMNS t WHERE t.TABLE_NAME ='table1' OR t.TABLE_NAME='table2' GROUP BY COLU 阅读全文
posted @ 2016-06-01 09:52 追风-啊天 阅读(2591) 评论(0) 推荐(0)