home / data

Menu
  • Dashboards

sc_version_detail (view)

4 rows where "appointment-date" is on date 2019-01-07

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: title, honoris-causa, _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 82 82 1 938 Mr Gregory Vijayendran 0 0 0 Rajah & Tann Singapore LLP LPA,S30(1) 2019-01-07 a688e53f47001eaa94764926eec75a417385969b
[
    "honoris-causa",
    "title",
    "name",
    "organisation",
    "deceased",
    "appointment-provision",
    "appointment-date",
    "judge-of-appeal"
]
2023-09-30T12:18:51+08:00 828371cb952509c6b6a05107413672ca2a63e02d 83 83 1 938 Mr Siraj Omar 0 0 0 Drew & Napier LLC LPA,S30(1) 2019-01-07 cee644779959ed2bda76b9593b68cb6c80ffd217
[
    "honoris-causa",
    "title",
    "name",
    "organisation",
    "deceased",
    "appointment-provision",
    "appointment-date",
    "judge-of-appeal"
]
2023-09-30T12:18:51+08:00 828371cb952509c6b6a05107413672ca2a63e02d 84 84 1 938 Mr Foo Chee Hock 0 1 0 Singapore Judicial College LPA,S30(1) 2019-01-07 c194c228b701ed256d0662e1a2337d34db5044da
[
    "honoris-causa",
    "title",
    "name",
    "organisation",
    "deceased",
    "appointment-provision",
    "appointment-date",
    "judge-of-appeal"
]
2023-09-30T12:18:51+08:00 828371cb952509c6b6a05107413672ca2a63e02d 85 85 1 938 Ms Foo Tuat Yien 0 1 0   LPA,S30(1) 2019-01-07 70bfefa2e54ea24e609233e39a2f07899845f0bf
[
    "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 19.822ms · About: choco-up/sg-law-archive-data