Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
INSERT INTO with condition
Message
From
21/08/2014 17:24:31
 
 
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Environment versions
SQL Server:
SQL Server 2012
Application:
Web
Miscellaneous
Thread ID:
01606222
Message ID:
01606226
Views:
61
>Right, yes, you can use a CASE
>
>
>insert into MyTable  (Column1, Column2, Column3 )
>   select    case when SomeColumn = 'Use Column1a' then Column1a else Column1b end as Column1,   Column2, Column3 From SomeOtherTable
>
Thanks
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform