Search the Blog

Friday, May 6, 2022

SQL Important Scripts

 To create a new table and load the data directly


select  Param1

      ,Param2

      ,Param3

      ,Param4

      ,Param5

      ,Param6

      ,Param7

INTO New_Table_Name   FROM

 OLD_TABLE_NAME where month(created_on)=4


No comments:

Post a Comment

Translate