DateTime Functions
# StreamSQL DateTime Functions
DateTime functions are used for handling date and time data.
# NOW - Current Time Function
Syntax: now()
Description: Returns the current date and time.
# CURRENT_TIME - Current Time Function
Syntax: current_time()
Description: Returns the current time.
# CURRENT_DATE - Current Date Function
Syntax: current_date()
Description: Returns the current date.
# 📚 Related Documentation
- Conversion Functions - Learn detailed usage of conversion functions
- JSON Functions - Learn detailed usage of JSON functions
- SQL Reference - View complete SQL syntax reference
Edit this page on GitHub (opens new window)
Last Updated: 2025/08/05, 02:24:31