Hello, I would like to write a simple "invert" function for numeric columns via EmpireDB. I am aware of the native SQL mechanism, but I was wondering if there is also a way of making this "properly":
UPDATE data SET value = 1 / value WHERE key = "someKey"; Any ideas how to achieve this in EmpireDB? Cheers, Daniel
