home / data

Menu
  • Dashboards

sc_version_detail (view)

4 rows where "appointment-date" is on date 2012-01-06

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: _commit_at, _commit_hash, _commit, title, honoris-causa, organisation, _commit_at (date), appointment-date (date), _changed_columns (array)

_commit_at _commit_hash _id _item _version _commit title name judge-of-appeal honoris-causa deceased organisation appointment-provision appointment-date _item_full_hash _changed_columns
2023-09-30T12:18:51+08:00 828371cb952509c6b6a05107413672ca2a63e02d 66 66 1 938 Justice Kannan Ramesh 0 0 0 Supreme Court LPA,S30(1) 2012-01-06 ef03a07f40214cf838eacb05b5518f8b03bbb52f
[
    "honoris-causa",
    "title",
    "name",
    "organisation",
    "deceased",
    "appointment-provision",
    "appointment-date",
    "judge-of-appeal"
]
2023-09-30T12:18:51+08:00 828371cb952509c6b6a05107413672ca2a63e02d 67 67 1 938 Justice Aedit Bin Abdullah 0 0 0 Supreme Court LPA,S30(1) 2012-01-06 e7f0143183da9fb80db8f85d9e7afbcb39a70afa
[
    "honoris-causa",
    "title",
    "name",
    "organisation",
    "deceased",
    "appointment-provision",
    "appointment-date",
    "judge-of-appeal"
]
2023-09-30T12:18:51+08:00 828371cb952509c6b6a05107413672ca2a63e02d 68 68 1 938 Professor Yeo Tiong Min 0 1 0 Singapore Management University LPA,S30(1) 2012-01-06 a80172ee0492f77ac8996035c9ce995b72f10ca5
[
    "honoris-causa",
    "title",
    "name",
    "organisation",
    "deceased",
    "appointment-provision",
    "appointment-date",
    "judge-of-appeal"
]
2024-12-09T21:08:17+00:00 6485fcd431ebf06192f33ee5126c6c37bd36c002 117 100 1 943 Justice Aidan Xu 0 0 0 Supreme Court LPA,S30(1) 2012-01-06 2a7850e765b63746a807cce2e3c54e1db651f754
[
    "honoris-causa",
    "title",
    "name",
    "organisation",
    "deceased",
    "appointment-provision",
    "appointment-date",
    "judge-of-appeal"
]

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE VIEW sc_version_detail AS select
  commits.commit_at as _commit_at,
  commits.hash as _commit_hash,
  sc_version.*,
  (
    select json_group_array(name) from columns
    where id in (
      select column from sc_changed
      where item_version = sc_version._id
    )
) as _changed_columns
from sc_version
  join commits on commits.id = sc_version._commit;
Powered by Datasette · Queries took 21.21ms · About: choco-up/sg-law-archive-data