please support INSERT OR IGNORE
and INSERT OR UPDATE
syntax
#120
Labels
enhancement
New feature or request
INSERT OR IGNORE
and INSERT OR UPDATE
syntax
#120
WHAT
Google standard SQL has
INSERT OR IGNORE
andINSERT OR UPDATE
but wrench is not supported.https://cloud.google.com/spanner/docs/reference/standard-sql/dml-syntax#insert-ignore
WHY
We used to delete all data and then insert.
This can be simplified with
INSERT OR IGNORE
.The text was updated successfully, but these errors were encountered: