.net

.net

博客园 首页 新随笔 联系 订阅 管理

2013年8月9日 #

摘要: . 建立表create table zjt_tables as (select * from tables) definition only; create table zjt_views as (select * from views) definition only; 5. 插入记录 insert into zjt_tables select * from tables; insert into zjt_views select * from views; 阅读全文
posted @ 2013-08-09 21:08 航宇 阅读(607) 评论(0) 推荐(0) 编辑