6 rows sorted by date

View and edit SQL

id date ▼
1 1613926800
2 1614452400
3 1614459600
4 1615143600
5 1616349600
6 1617127200

Advanced export

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

CSV options:

CREATE TABLE games(
  id integer primary key,
  date integer
);