l_r_with_det
4 rows
This data as json, CSV (advanced)
| Link | rowid ▼ | withdrawal_req_deter | description |
|---|---|---|---|
| 1 | 1 | AppW | Withdrawal Approved with Prejudice |
| 2 | 2 | AppWO | Withdrawal Approved without Prejudice |
| 3 | 3 | NotAp | Withdrawal Not Approved |
| 4 | 4 | Other | Other |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE "l_r_with_det" (
"withdrawal_req_deter" text,
"description" text
);