Hi guys,
I am trying to add a constant value of the current datetime to a SQL column named ImportTime during a data import. ImportTime is defined as date/time. I found the reference to use @Code() to perform this but can't figure out the right syntax. What should this value be to always insert the current timestamp in this column?