Hi all, I was wondering if there was a way to do s...
# exposed
j
Hi all, I was wondering if there was a way to do something like this in Exposed:
UPDATE Orders SET Quantity = Quantity + 1 WHERE ...
(I'm currently just doing it with a raw SQL query)
j
Ah rip, missed that. Thank you!