home / cats / l_r_targets

l_r_targets

6 rows

✎ View and edit SQL

This data as json, CSV (advanced)

target ▼ first_effective number_of_days last_effective active category
Elec1 1935-01-01T00:00:00     0 1
Elec2 1935-01-01T00:00:00 42   0 2
Elec3 1935-01-01T00:00:00 42   0 3
Hear1 1935-01-01T00:00:00     0 1
Hear2 1935-01-01T00:00:00 14   0 2
Hear3 1935-01-01T00:00:00 14   0 3

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE "l_r_targets" (
[target] text PRIMARY KEY,
[first_effective] text,
[number_of_days] integer,
[last_effective] integer,
[active] integer,
[category] integer
);
Powered by Datasette · Queries took 1.2ms