dolthub / vitess

Vitess is a database clustering system for horizontal scaling of MySQL.
http://vitess.io
Apache License 2.0
22 stars 20 forks source link

Add support for parsing row and column aliases on insert statements. #333

Closed nicktobey closed 5 months ago

nicktobey commented 5 months ago

Related to https://github.com/dolthub/dolt/issues/7638

This allows us to parse statements of the form:

INSERT INTO t VALUES (?, ?, ?) AS new ON DUPLICATE KEY v = new.v;