Open christiaanwesterbeek opened 10 years ago
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).
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).