SELECT
*
FROM
`fleet-gamma-355414.bikes_data.12_months_data`
WHERE
started_at BETWEEN '2020-06-01'AND '2020-06-01'
ORDER BY
started_at;
So I was to get the dates that only show from one month (June) and sorted in ascending order, but running the query gave this result.
There is no data to display.
Here is the SCHEMA
:Field name: Type: Mode: Collation: Default: Value: Policy: Tags: Description:
------------------------------------------------------------------------
ride_id STRING NULLABLE
rideable_type STRING NULLABLE
started_at TIMESTAMP NULLABLE
ended_at TIMESTAMP NULLABLE
start_station_name STRING NULLABLE
end_station_name STRING NULLABLE
start_lat FLOAT NULLABLE
start_lng FLOAT NULLABLE
end_lat FLOAT NULLABLE
end_lng FLOAT NULLABLE
member_casual STRING NULLABLE
Sorry, I don't know why the table or the query is like that. I don't know how to edit it started_at is TIMESTAMP