count_history

3 rows where user = 3219

View and edit SQL

datetime (date)

Link type user datetime count
followers 1 Phillip Smith 3219 2020-10-30T00:44:37+00:00 5156
friends 2 Phillip Smith 3219 2020-10-30T00:44:37+00:00 4341
listed 3 Phillip Smith 3219 2020-10-30T00:44:37+00:00 363

Advanced export

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

CSV options:

CREATE TABLE [count_history] (
   [type] INTEGER REFERENCES [count_history_types]([id]),
   [user] INTEGER REFERENCES [users]([id]),
   [datetime] TEXT,
   [count] INTEGER,
   PRIMARY KEY ([type], [user], [datetime])
);
Powered by Datasette · Query took 14.909ms · About: simonw/jsk-fellows-on-twitter