Ios swift – Alternatives to embed an UPDATE within a SELECT statement for status code processing?
I have searched through this site and the general consensus is that you cannot embed an UPDATE within a SELECT statement -- UPDATEs do not return data and SELECTs do not modify data. That being said, I have found 2…