Viewing 2 posts - 1 through 3 (of 3 total)
Thanks all. The problem was sloved. It update only the first value from source table to target table because of I have queried by right-click and select pane SQL. The...
December 6, 2007 at 7:47 pm
#757928
Hello again,
I have try this query
UPDATE Orders
SET total_order_price =
(SELECT PO.total_pizza_price
FROM Pizzas_Ordered AS PO INNER JOIN
...
December 6, 2007 at 6:09 am
#757619