sc_changed
8 rows where item_version = 11
This data as json, CSV (advanced)
Link | item_version | column |
---|---|---|
11,14 | Mr 11 | appointment-date 14 |
11,15 | Mr 11 | name 15 |
11,16 | Mr 11 | title 16 |
11,17 | Mr 11 | organisation 17 |
11,18 | Mr 11 | appointment-provision 18 |
11,19 | Mr 11 | judge-of-appeal 19 |
11,20 | Mr 11 | deceased 20 |
11,21 | Mr 11 | 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]) );