Skip to content
Advertisement

insert into values with where clause

I am trying to programmatically enter values into my table.

I cannot use a straight Select @variables. I have to use the keyword Values.

How can I create a where clause when using Values in the insert into.

I am trying to avoid duplicates

Advertisement

Answer

User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement