Options

Refactoring an INSERT statement into an UPDATE statement - does it do "select" instead of "values"?

dsm1dsm1 Posts: 4 New member
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

Sign In or Register to comment.