sql 如何把查询得到的结果如何放入一个新表中

日期:2014-03-13 15:29:22 人气:1

sql 如何把查询得到的结果如何放入一个新表中

oracle:insert into new_table select * from old_table
    A+
热门评论