UsageThe CURRENT_TIMESTAMP function returns the current date and time. Use the UTC designation to indicate that the date and time returned should be a UTC (Coordinated Universal Time) value.
When this function is used with the ElevateDB Server, it will always return the current date/time for the ElevateDB Server machine.
Examples
INSERT INTO Logins
VALUES (CURRENT_USER(), CURENT_TIMESTAMP())
SQL 2003 Standard DeviationsThis function deviates from the SQL 2003 standard in the following ways: