BugGood first issueSQLhacktoberfest
Repository metrics
- Stars
- (13,403 stars)
- PR merge metrics
- (平均マージ 5d 13h) (30d で 108 merged PRs)
説明
Describe the bug
Run
create table x as (
select x::symbol s,
timestamp_sequence('2023-11-17T10', 1000000L) ts
from long_sequence(1000000)
) timestamp(ts) partition by day;
Then
x;
returns 0 rows.
To reproduce
No response
Expected Behavior
No response
Environment
- **QuestDB version**: latest master, 7.3.5-SNAPSHOT
- **OS**:
- **Browser**:
Additional context
No response