Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _queries/datasets/bottle.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ parameters:
sql: |
SELECT
c.datetime_utc,
c.cruise_key_0 AS cruise_key,
c.cruise_key,
c.site_key,
c.lon_dec,
c.lat_dec,
Expand Down
2 changes: 1 addition & 1 deletion _queries/spatial/bbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ parameters:
sql: |
SELECT
cast_id,
cruise_key_0 AS cruise_key,
cruise_key,
site_key,
datetime_utc,
lon_dec,
Expand Down
2 changes: 1 addition & 1 deletion _queries/temporal/date-range.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ parameters:
sql: |
SELECT
cast_id,
cruise_key_0 AS cruise_key,
cruise_key,
datetime_utc,
lon_dec,
lat_dec,
Expand Down