You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
duckdb> (select interval '1 years' as intvl);
┌────────────────────────────────────────────────┐
│ intvl │
╞════════════════════════════════════════════════╡
│ 0 years 0 mons 0 days 0 hours 0 mins 0.12 secs │
└────────────────────────────────────────────────┘
Elapsed: 1 ms
duckdb> (select interval '1 years' as intvl);
┌────────────────────────────────────────────────┐
│ intvl │
╞════════════════════════════════════════════════╡
│ 0 years 0 mons 0 days 0 hours 0 mins 0.12 secs │
└────────────────────────────────────────────────┘
Elapsed: 1 ms
What happens?
at https://shell.duckdb.org/, enter the following:
To Reproduce
at https://shell.duckdb.org/, enter the following:
Browser/Environment:
firefox 115.0.3
Device:
thinpad x1
DuckDB-Wasm Version:
@duckdb/[email protected]
DuckDB-Wasm Deployment:
https://shell.duckdb.org/
Full Name:
bcolloran
Affiliation:
Rill Data
The text was updated successfully, but these errors were encountered: