Closed pixelspark closed 7 years ago
Add a top-level statement type that executes multiple statements in order, e.g.:
BEGIN UPDATE x SET y=z; UPDATE z SET q=w; END;
Add a top-level statement type that executes multiple statements in order, e.g.: