Skip to content

Insert Select

Mathias Rangel Wulff edited this page Jun 12, 2015 · 6 revisions

Keyword INSERT ... SELECT

Syntax:

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

See also: INSERT, SELECT

Clone this wiki locally