Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 344 Bytes

how-to-get-current-datetime.md

File metadata and controls

19 lines (15 loc) · 344 Bytes

How to get current datetime

SELECT now()
  • now() - returns current date/time

Example:

SELECT now()
┌───────────────now()─┐
│ 2022-01-12 17:14:54 │
└─────────────────────┘

link_youtube: https://youtu.be/qjALOdrElf0