Closed
Description
Version
4.1.0-beta.0
Which SQL?
Postgre
SQL content
JavaScript/TypeScript code
What happened?
规则重复
partitionBoundSpec
: KW_FOR KW_VALUES KW_WITH OPEN_PAREN KW_MODULUS Integral COMMA KW_REMAINDER Integral CLOSE_PAREN
| KW_FOR KW_VALUES KW_IN executeParamClause
| KW_FOR KW_VALUES KW_FROM executeParamClause KW_TO executeParamClause
| KW_DEFAULT
;
partition_bound_spec
: KW_IN executeParamClause
| KW_FROM partition_bound_clause KW_TO partition_bound_clause
| KW_WITH partition_with_clause
;
Relevant log output
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
LuckyFBB commentedon May 8, 2025
done