day
This section contains reference documentation for the day function.
Signature
Usage Examples
select day(1639351800000) AS day
FROM ignoreMeday
select day(1639351800000, 'CET') AS day
FROM ignoreMeday
select dayOfMonth(1639351800000) AS day
FROM ignoreMeday
select dayOfMonth(1639351800000, 'CET') AS day
FROM ignoreMeday
Was this helpful?

