1 row where "file_created" is on date 2016-06-24 and format = "Mixed Formats"

View and edit SQL

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

source

format

  • Mixed Formats · 1

file_created (date)

  • 2016-06-24 · 1
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
865 South Australian Museum Arachnology Collection South Australian Museum South Australian Museum 2016-06-24T05:00:45.749753 2020-02-18T01:13:20.998657 The Arachnology Collection at the South Australian Museum contains around 300,000 arachnids as well … data.sa.gov.au https://data.sa.gov.au/data/dataset/6812c858-5ff1-4188-9997-befffbc42dbe 1880-01-01 2016-01-01 South Australian Museum Arachnology collection on the Atlas of Living Australia https://collections.ala.org.au/public/show/co202 Mixed Formats The Atlas of Living Australia page for the South Australian Museum Arachnology collection. As an a… 2016-06-24T15:02:39.155583     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]);