8.48. SQLAlchemy Func Date
current_date
- The CURRENT_DATE() SQL functioncurrent_time
- The CURRENT_TIME() SQL functioncurrent_timestamp
- The CURRENT_TIMESTAMP() SQL functionlocaltime
- The localtime() SQL functionlocaltimestamp
- The localtimestamp() SQL functionnow
- The SQL now() datetime function
8.48.1. About
Object |
Name Description |
---|---|
|
The CURRENT_DATE() SQL function |
|
The CURRENT_TIME() SQL function |
|
The CURRENT_TIMESTAMP() SQL function |
|
The localtime() SQL function |
|
The localtimestamp() SQL function |
|
The SQL now() datetime function |