Skip to content

Extended GQL Parser: allow INSERT... SELECT... statements #8

@GoogleCodeExporter

Description

@GoogleCodeExporter
Allow INSERT...SELECT... statements

INSERT INTO MyNewKind SELECT ... FROM MyOldKind WHERE ...

Keys with ids must be explicitly defined, otherwise new ids are generated:

INSERT INTO MyNewKind SELECT KEY('MyNewKind',KEY_ID(__key__)) as __key__ ...

Original issue reported on code.google.com by vbarta...@gmail.com on 16 Jun 2010 at 7:00

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions