node-sql-query icon indicating copy to clipboard operation
node-sql-query copied to clipboard

Use functions in SET part of UPDATE

Open christiaanwesterbeek opened this issue 11 years ago • 0 comments

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).

christiaanwesterbeek avatar Mar 24 '14 20:03 christiaanwesterbeek