Forum Replies Created

Viewing 2 posts - 1 through 3 (of 3 total)

  • RE: How to update with multiple value

    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...

  • RE: Update table with multivalue query

    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

    ...

Viewing 2 posts - 1 through 3 (of 3 total)