2 rows where "end_date" is on date 1966-12-31 and source = "data.sa.gov.au"

View and edit SQL

Suggested facets: dataset_issued (date), dataset_modified (date), start_date (date), file_created (date)

source

  • data.sa.gov.au · 2

format

end_date (date)

  • 1966-12-31 · 2
Link rowid ▼ dataset_title publisher author dataset_issued dataset_modified dataset_description source info_url start_date end_date file_title download_url format file_description file_created file_modified file_size licence
677 Departed spirits: Lost pubs of Adelaide State Library of South Australia State Library of South Australia 2016-06-29T04:35:15.964399 2020-01-15T06:47:38.894121 Known as the city of churches, Adelaide has also been described as the city of pubs. This dataset co… data.sa.gov.au https://data.sa.gov.au/data/dataset/e91c7cfa-341a-49d3-b7d9-074c0b138dd6 1850-01-01 1966-12-31 Departed spirits: Lost pubs of Adelaide Flickr album https://www.flickr.com/photos/state_library_south_australia/sets/72157648540426502 JPEG Link to Flickr album 2016-06-29T14:36:02.969926     Creative Commons Attribution
679 Art Deco Adelaide State Library of South Australia State Library of South Australia 2016-06-29T04:07:05.891761 2020-01-15T06:45:34.419827 A large serving of Art Deco (with a taste of moderne) architecture in the city of Adelaide. This dat… data.sa.gov.au https://data.sa.gov.au/data/dataset/fa23a719-89de-4227-9b2f-0ad23cf5ead3 1926-01-01 1966-12-31 Art Deco Adelaide Flickr album https://www.flickr.com/photos/state_library_south_australia/sets/72157639330803636 JPEG Link to Flickr album 2016-06-29T14:08:43.958098     Creative Commons Attribution

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE [glam-datasets] (
   [dataset_title] TEXT,
   [publisher] TEXT,
   [author] TEXT,
   [dataset_issued] TEXT,
   [dataset_modified] TEXT,
   [dataset_description] TEXT,
   [source] TEXT,
   [info_url] TEXT,
   [start_date] TEXT,
   [end_date] TEXT,
   [file_title] TEXT,
   [download_url] TEXT,
   [format] TEXT,
   [file_description] TEXT,
   [file_created] TEXT,
   [file_modified] TEXT,
   [file_size] TEXT,
   [licence] TEXT
);
CREATE INDEX [idx_glam-datasets_source_publisher_format_licence]
    ON [glam-datasets] ([source], [publisher], [format], [licence]);