第一问:如何将这查询后的语句新建一张表.主要是过滤重复记录.select distinct name
into 新表  --这里
from user
where ....第二问:计算总记录数的语句是什么?
select 记录数=count(*) from 表