TAN
SYSDATE
SYSTIMESTAMP
Returns the current date and time of the database server.
Enter values below to update the example in real time.
audit_log
action
logged_at
-- 현재 시각 기록 INSERT INTO audit_log (action, logged_at) VALUES ('LOGIN', SYSDATE);