Skip to content

Insert Select

Andrey Gershun edited this page May 28, 2015 · 6 revisions

INSERT SELECT

Syntax:

    INSERT INTO tableid SELECT query
    alasql('INSERT INTO AmericanCities \
               SELECT * FROM Cities WHERE Continent = "America"');

See also: INSERT, SELECT

Clone this wiki locally