INSERT SELECT

INSERT SELECT inserts the results of a SELECT into a table. See Lesson 15, "Inserting Data," for more information.

INSERT INTO tablename [(columns, …)]
SELECT columns, … FROM tablename, …
[WHERE …];

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.135.183.89