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
SELECT time_bucket('15 days', time) AS bucket, city_name, AVG(temp_c)
FROM weather_metrics
WHEREtime> NOW() - (6* INTERVAL '1 month')
GROUP BY bucket, city_name
ORDER BY bucket DESC;
Uh oh!
There was an error while loading. Please reload this page.
Version
1.11.0
What happened?
in latest version: v1.11.0
ref pr: #1285
Relevant log output
Database schema
SQL queries
Configuration
Playground URL
https://play.sqlc.dev/p/875234d4bd68eeabdb60d76859ea6597ed3c7f26607986a4c77eb86336a2c3aa
What operating system are you using?
macOS
What database engines are you using?
PostgreSQL
What type of code are you generating?
Go
The text was updated successfully, but these errors were encountered: