1 row where "end_date" is on date 1922-12-31 and file_title = "The Epic Flight"

View and edit SQL

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

source

format

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
693 Newspaper Articles relating to Sir Ross Smith State Library of South Australia State Library of South Australia 2019-06-24T02:47:32.528709 2019-08-29T04:43:40.630658 Newspaper articles relating to Sir Ross Smith and the 1919 Epic Flight from England to Australia. Da… data.sa.gov.au https://data.sa.gov.au/data/dataset/1338ff17-9b2f-43b9-ae6c-711fc3644d34 1918-01-01 1922-12-31 The Epic Flight https://data.sa.gov.au/data/dataset/1338ff17-9b2f-43b9-ae6c-711fc3644d34/resource/9ee013bb-ae93-4de8-99ed-74f75aab74c5/download/the_epic_flight.csv CSV 856 articles **Explanation of fields** - **Heading** : Article heading - **Category** : Trove's ca… 2019-06-24T02:50:14.529743 2019-06-24T02:50:14.463004   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]);