I have a field that when something is inserted I want it to get the current Date & Time and insert this into the database. Is there a way to get the date & time, and
Most SQL implementations (engines) do have CURRENT_TIMESTAMP function.
CURRENT_TIMESTAMP