摘要:
http://hi.baidu.com/411129755/blog/ 1、说明:复制表(只复制结构,源表名:a 新表名:b) (Access可用)法一:select * into b from a where 1<>1法二:select top 0 * into b from a2、说明:拷贝表(拷贝数据,源表名:a 目标表名:b) (Access可用)insert into b(a... 阅读全文
posted @ 2009-06-22 10:20
Rhythmk
阅读(387)
评论(0)
推荐(0)
浙公网安备 33010602011771号