How to inject an Update construct into a Select in a single SQL query?
UPDATE Products SET Price = Price * 7 SELECT * FROM Products
and