sc_version_detail (view)
3 rows where "appointment-date" is on date 2017-01-09
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 | 78 | 78 | 1 | 938 | Mr | Edmund Leow Hock Meng | 0 | 0 | 0 | Dentons Rodyk & Davidson LLP | LPA,S30(1) | 2017-01-09 | 0cad6b7e8e9a9e9582d71192ebdaaa83c8c4bb3b | [ "honoris-causa", "title", "name", "organisation", "deceased", "appointment-provision", "appointment-date", "judge-of-appeal" ] |
2023-09-30T12:18:51+08:00 | 828371cb952509c6b6a05107413672ca2a63e02d | 79 | 79 | 1 | 938 | Justice | Kwek Mean Luck | 0 | 0 | 0 | Supreme Court | LPA,S30(1) | 2017-01-09 | 66d42ab4de69b1f86546925e12fa13941d856a6d | [ "honoris-causa", "title", "name", "organisation", "deceased", "appointment-provision", "appointment-date", "judge-of-appeal" ] |
2023-09-30T12:18:51+08:00 | 828371cb952509c6b6a05107413672ca2a63e02d | 80 | 80 | 1 | 938 | Mr | Ng Yong Kiat Francis | 0 | 0 | 0 | Insolvency and Public Trustee's Office | LPA,S30(1) | 2017-01-09 | ae44f8b4cf29680d70f3aef7b2b70f390d60c3ea | [ "honoris-causa", "title", "name", "organisation", "deceased", "appointment-provision", "appointment-date", "judge-of-appeal" ] |
Advanced export
JSON shape: default, array, newline-delimited
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;