Ο παρακάτω κώδικας αλλάζει τις τιμές σε όλες τις γραμμές ειδών ενός επιλεγμένου παραστατικού (στο παράδειγμα παρακάτω του 40).
Η τιμή γίνεται ίση με τη τιμή αγοράς:
1 2 3 4 5 |
update "grammes" set "grammes"."Timh"= (select "apouhkh"."Timh_s" from "apouhkh" where "apouhkh"."Aa"="grammes"."Eidos") where "grammes"."Aapar" in (select "pvlhseis"."Aa" from "pvlhseis" where "pvlhseis"."Parastatiko"=40) |
Η τιμή γίνεται ίση με τη τιμή πώλησης:
1 2 3 4 5 |
update "grammes" set "grammes"."Timh"= (select "apouhkh"."Lianikh" from "apouhkh" where "apouhkh"."Aa"="grammes"."Eidos") where "grammes"."Aapar" in (select "pvlhseis"."Aa" from "pvlhseis" where "pvlhseis"."Parastatiko"=40) |