The MySQL CURTIME function is used to display the current time. The equivalent
function in Microsoft SQL Server is GETDATE, but would require formatting with the CONVERT function.
Syntax
Example
SELECT CURTIME() as [Time]
|
Results
Did you find the page informational and useful? Share it using one of your favorite social sites.
Recommended Books & Training Resources