sc_changed
8 rows where item_version = 9
This data as json, CSV (advanced)
Link | item_version | column |
---|---|---|
9,14 | Mr 9 | appointment-date 14 |
9,15 | Mr 9 | name 15 |
9,16 | Mr 9 | title 16 |
9,17 | Mr 9 | organisation 17 |
9,18 | Mr 9 | appointment-provision 18 |
9,19 | Mr 9 | judge-of-appeal 19 |
9,20 | Mr 9 | deceased 20 |
9,21 | Mr 9 | honoris-causa 21 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [sc_changed] ( [item_version] INTEGER REFERENCES [sc_version]([_id]), [column] INTEGER REFERENCES [columns]([id]), PRIMARY KEY ([item_version], [column]) );