From caf48491ccffa709546a473d36df6a4444164ad1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 24 Jun 2023 20:46:57 +0200 Subject: Merging upstream version 16.4.2. Signed-off-by: Daniel Baumann --- sqlglot/parser.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sqlglot/parser.py') diff --git a/sqlglot/parser.py b/sqlglot/parser.py index a9648ef..e16a88e 100644 --- a/sqlglot/parser.py +++ b/sqlglot/parser.py @@ -1677,6 +1677,8 @@ class Parser(metaclass=_Parser): this=this, exists=self._parse_exists(), partition=self._parse_partition(), + where=self._match_pair(TokenType.REPLACE, TokenType.WHERE) + and self._parse_conjunction(), expression=self._parse_ddl_select(), conflict=self._parse_on_conflict(), returning=self._parse_returning(), -- cgit v1.2.3