home / data

Menu
  • Dashboards

sc_version_detail (view)

4 rows where "appointment-date" is on date 2015-01-05

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: title, _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 71 71 1 938 Mr Lee Kim Shin 0 0 0 Allen & Gledhill LLP LPA,S30(1) 2015-01-05 3de4b80facce2a4001f4bb662a5be8d823cb2365
[
    "honoris-causa",
    "title",
    "name",
    "organisation",
    "deceased",
    "appointment-provision",
    "appointment-date",
    "judge-of-appeal"
]
2023-09-30T12:18:51+08:00 828371cb952509c6b6a05107413672ca2a63e02d 72 72 1 938 Mr Tan Chuan Thye 0 0 0 Rajah & Tann Singapore LLP LPA,S30(1) 2015-01-05 085a62199cf5921fa895cd1d9f2f2a245fe371dc
[
    "honoris-causa",
    "title",
    "name",
    "organisation",
    "deceased",
    "appointment-provision",
    "appointment-date",
    "judge-of-appeal"
]
2023-09-30T12:18:51+08:00 828371cb952509c6b6a05107413672ca2a63e02d 73 73 1 938 Justice Chionh Sze Chyi Mavis 0 0 0 Supreme Court LPA,S30(1) 2015-01-05 18663bad4d013f70fe01f801046457954669bfd5
[
    "honoris-causa",
    "title",
    "name",
    "organisation",
    "deceased",
    "appointment-provision",
    "appointment-date",
    "judge-of-appeal"
]
2023-09-30T12:18:51+08:00 828371cb952509c6b6a05107413672ca2a63e02d 74 74 1 938 Mr Tong Chun Fai Edwin Charles 0 0 0 Ministry of Culture, Community and Youth and Ministry of Law LPA,S30(1) 2015-01-05 fab9edda841a27edbdb6944de5760ccf3b27f314
[
    "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 54.728ms · About: choco-up/sg-law-archive-data