语法:
select x into new_tableName from ori_tableName
例如:
SELECT [site]
,[day]
,[val]/31.4 [val]
into t_init
FROM [RainFactor].[dbo].[t_factor]
order by [site],[day]
语法:
select x into new_tableName from ori_tableName
例如:
SELECT [site]
,[day]
,[val]/31.4 [val]
into t_init
FROM [RainFactor].[dbo].[t_factor]
order by [site],[day]
转载于:https://www.cnblogs.com/listened/p/4210009.html