I would like to update some fields in the table with sql’s system functions.
For example:
I would like to update some date field in the table with sql’s function “SYSUTCDATETIME()” by using OrmLite programatically (without providing SQL text).
I need a solution which works for different database providers at the same time. Is this possible?
Regards, Marko