Guest User

Untitled

a guest
Jan 24th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. INSERT INTO [dbo].[Table]
  2. ([A] ,[B],
  3. [C],[D] , CASE [Type] WHEN 'F'THEN 'V' else [Type] as Service type,[E]) select ([A] ,[B],
  4. [C],[D] ,[Type],[E] from [dbo].[Table2]
Add Comment
Please, Sign In to add comment