Skip to content

Commit

Permalink
Merge pull request #99293 from cockroachdb/blathers/backport-release-…
Browse files Browse the repository at this point in the history
…22.1-99278

release-22.1: sql: fix update helper optional from clause (#99293)

Co-Authored-By: Eric.Yang <[email protected]>
  • Loading branch information
rytaft and Eric.Yang authored Mar 23, 2023
2 parents 6501ec5 + 9a3ede8 commit ea17b26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/sql/parser/sql.y
Original file line number Diff line number Diff line change
Expand Up @@ -9866,6 +9866,7 @@ returning_clause:
// %Text:
// UPDATE <tablename> [[AS] <name>]
// SET ...
// [FROM <source>]
// [WHERE <expr>]
// [ORDER BY <exprs...>]
// [LIMIT <expr>]
Expand Down

0 comments on commit ea17b26

Please sign in to comment.