1 row where "dataset_issued" is on date 2014-12-23 and source = "data.vic.gov.au"

View and edit SQL

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

source

  • data.vic.gov.au · 1

format

dataset_issued (date)

  • 2014-12-23 · 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
1133 PROV Reading Room Visitors Public Records Office Victoria   2014-12-23T16:31:57.871325 2015-11-25T23:23:45.827955 Each year, up to 15,000 visitors attend the PROV reading room(s) to view original Victorian State Go… data.vic.gov.au https://www.data.vic.gov.au/data/dataset/0e607ac4-2a01-4b26-8bb6-fe78b2119e42     Reading Room Visitors http://metadata.prov.vic.gov.au/datasets/PROV_Reading_Room_Statistics_2013-2014.csv CSV Further details about this specific data resource, to be displayed on the Preview page 2014-12-23T10:43:44.300968     Creative Commons Attribution 4.0 International

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