SQL DATE SYNTAX

For strftime(__, timestamp):

  • %Y returns the year (YYYY)
  • %m returns the month (01-12)
  • %d returns the day of the month (1-31)
  • %H returns 24-hour clock (00-23)
  • %M returns the minute (00-59)
  • %S returns the seconds (00-59

Comments

Popular posts from this blog

Binomial Test in Python

Python Syntax and Functions Part2 (Summary Statistics)

Slicing and Indexing in Python Pandas