Subject Trigger to place date.
Author jerrypark12357
I'm fairly new to Firebird/Interbase and am in the process of
designing a database. I couldn't find in the documentation a method of
creating a trigger to place the current date in a field. I understand
how to create triggers, just don't know how to do this particular one.

NEW."posting_date" = [what];

thanks