语法:

  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]

 

相关文章:

  • 2021-07-15
  • 2021-09-07
  • 2021-09-29
  • 2021-12-10
  • 2021-09-05
  • 2022-12-23
  • 2021-11-03
  • 2021-05-30
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-06-26
  • 2022-12-23
  • 2022-12-23
  • 2021-08-19
  • 2022-12-23
相关资源
相似解决方案