node-sql-query
node-sql-query copied to clipboard
Use functions in SET part of UPDATE
I would like to create an UPDATE query where I update a column using a function like so
UPDATE table SET col=GETDATE();
Is that possible already? I checked the tests and the code, but I couldn't find anything. It seems trivial to have (and to implement).