日期:2014-05-17 浏览次数:21074 次
--查看数据库中是否有某张表 select * from user_tables WHERE TABLE_NAME='yourtable' --根据查询结果集创建表 create table A AS SELECT * FROM B