1 row where "dataset_issued" is on date 2019-12-18 and "file_modified" is on date 2021-12-20

View and edit SQL

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

source

format

file_modified (date)

  • 2021-12-20 · 1

dataset_issued (date)

  • 2019-12-18 · 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
13 State Library of Queensland - Contract disclosure State Library of Queensland opendata@slq.qld.gov.au 2019-12-18T03:12:22.623759 2022-07-25T21:17:09.049524 State Library of Queensland contract disclosure reporting for all awarded contracts over $10,000 data.qld.gov.au https://data.qld.gov.au/dataset/e4a9d01b-45c0-4ac6-b6dc-6986af6e8688     Oct 2020 to Oct 2021 - Contract Disclosure Report https://www.data.qld.gov.au/dataset/e4a9d01b-45c0-4ac6-b6dc-6986af6e8688/resource/fde3aa36-ab78-4491-8e64-f0b422d5c6aa/download/contract-reporting-oct-2020-to-oct-2021.csv CSV Contract Disclosure Oct 2020 to Oct 2021 (Contract Value > $10K) 2021-12-20T00:41:32.183673 2021-12-20T00:41:32.070118 17408.0 Creative Commons Attribution 4.0

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]);