6 rows sorted by id descending

View and edit SQL

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

Advanced export

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

CSV options:

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