Hi, I need to run two statements like so:
Select amount from db where ID=5 DELETE from db where ID=5
Currently I prepair a run two different statements. I wonder if there is a way to combine it in on statement.
Basically all I need to do is to get and amount column from the row before is is deleted.
thanks