We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b22d716 commit 11fb499Copy full SHA for 11fb499
1 file changed
dataframe_sql/grammar/sql.grammar
@@ -56,7 +56,6 @@ order: expression_math ["ASC"i] -> order_asc
56
column_name: [NAME "."] NAME
57
?expression_product: expression
58
| expression_product "*" expression -> expression_mul
59
- | expression "*" expression -> expression_mul
60
| expression_product "/" expression -> expression_div
61
62
?expression: [NAME "."] (NAME | STAR) -> column_name
0 commit comments