Skip to content

Commit

Permalink
fix: naming
Browse files Browse the repository at this point in the history
  • Loading branch information
viladimiru committed Nov 14, 2024
1 parent 6c64b51 commit fe4cd2b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1089,14 +1089,14 @@ topClause
: TOP DECIMAL_LITERAL (WITH TIES)?
;

fromValuesValue
fromValuesExpressionValue
: arrayIdentifier
| identifierOrLiteralOrFunction
| fromValuesExpression
;

fromValuesExpression
: LPAREN (fromValuesValue) (COMMA ( fromValuesValue))* RPAREN
: LPAREN (fromValuesExpressionValue) (COMMA ( fromValuesExpressionValue))* RPAREN
;

fromClause
Expand Down

0 comments on commit fe4cd2b

Please sign in to comment.