หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Applies to:
Databricks SQL
Databricks Runtime
Returns the current timestamp at the start of query evaluation.
This function is a synonym for current_timestamp().
Syntax
getdate()
Arguments
This function takes no arguments.
Returns
A TIMESTAMP.
Examples
> SELECT getdate();
2020-04-25 15:49:11.914
> SELECT getdate();
2020-04-25 15:49:11.914