Udělal bych to nějak takto:
update A set CISLO=2 where (select * from A, B where B.CISLO=2 and B.MESTO='BRATISLAVA' and A.KRAJ=B.KRAJ)
Udělal bych to nějak takto:
update A set CISLO=2 where (select * from A, B where B.CISLO=2 and B.MESTO='BRATISLAVA' and A.KRAJ=B.KRAJ)