Refactoring an INSERT statement into an UPDATE statement - does it do "select" instead of "values"?
dsm1
Posts: 4 New member
in SQL Prompt
I know that you can refactor an "insert into xxx values ()". But, is it possible to do the same on a select i.e. "insert into xxx select from"?
Tagged:
Answers
Dan Jary | Redgate Software
Have you visited our Help Center?