摘要:
查询所有表名 select name from sysobjects where xtype='u' select * from sys.tables 查询数据库中所有的表名及行数 SELECT a.name, b.rows FROM sysobjects AS a INNER JOIN sysin 阅读全文
摘要:
ORA-14450 attempt to access a transactional temp table already in useCause: An attempt was made to access a transactional temporary table that has bee... 阅读全文