'将a表另外复制一个b表(只复制结构,不含数据) select * into b from a where 1=0
'将a表另外复制一个b表(包括制结构和数据) select * into b from a