表拷贝

要看这两个表的字段是否一致阿,  
  如果是象插到另以个空表,还不入建一个新的,  
  create   table   newtable   as   select   *   from   oldtable;  
  有数据的话就用  
  insert   into   newtable(select   *   from   oldtable);

posted on 2009-05-31 18:28 A++ 阅读(155) 评论(0)  编辑  收藏 所属分类: 杂文


只有注册用户登录后才能发表评论。


网站导航:
 
<2009年5月>
262728293012
3456789
10111213141516
17181920212223
24252627282930
31123456

导航

统计

常用链接

留言簿(3)

随笔分类

随笔档案

http://www.matrix.org.cn/resource/article/2005-10-16/Generic_Types_43864.html

搜索

最新评论

阅读排行榜

评论排行榜