Insert into a table using a view
Posted
by Jack Mills
on Stack Overflow
See other posts from Stack Overflow
or by Jack Mills
Published on 2010-06-18T09:49:21Z
Indexed on
2010/06/18
9:53 UTC
Read the original article
Hit count: 175
sql
I have some data in a view which I want to insert into a table (same table schema) what's the easiest, cleanest way to do it.
© Stack Overflow or respective owner