My_Table (Contains Columns A & B). I need to Check Column A and if it does not equal a designated fixed value Add a new record using the designated fixed Value for Column A and existing Column B Value for Column B.
Is there way to combine VALUES & SELECT into a INSERT Statement? Temp Table? How do I do this?
Thanks