Prestodb

From wikinotes
Revision as of 16:48, 17 February 2022 by Will (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation

official docs https://prestodb.io/docs/current/index.html
date/time methods https://prestodb.io/docs/current/functions/datetime.html

Date Methods

date_format(thing.created_at, '%Y-%m-%d')
datetime_format(thing.created_at, '%Y-%m-%d %H:%M')
to_unixtime(thing.created_at)