INSERT INTO PHOENIX_AUDITTRAIL SET
audit_module = 'Location Master',
audit_message = 'Delete location',
datecreated = NOW(),
author = '".$_SESSION['username']."',
status = '".ADT_NOTICE."';
INSERT INTO PHOENIX_AUDITTRAIL SET audit_module = ‘Location Master’, audit_message = ‘Delete location’, datecreated =
Share
No, the standard way to phrase this is:
However, in Oracle, I think you would use
sysdateinstead ofnow():Except for the date variables and the
from dual, this is standard SQL syntax.