getdate
This function is used to return the current system time, in the yyyy-mm-dd hh:mi:ss format.
Similar function: current_date. The current_date function is used to return the current date, in the yyyy-mm-dd format.
Syntax
getdate()
Parameters
None
Return Values
The return value is of the STRING type, in the yyyy-mm-dd hh:mi:ss format.
Example Code
If the current time is 2023-08-10 10:54:00, 2023-08-10 10:54:00 is returned.
select getdate();
What is your overall rating for this page?
Thank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot