my problem is that I only know the new name of the owner of the house with id_house = 10, so this code should work. If i try to run it in LibreOffice Base, it says unexpected end INNER, requires SET statement [update "t_Owner" inner] Can you help me? Sorry for my bad english D:
update "t_Owner"
inner join "t_house"
on t_house.id_ownerr = t_Owner.id_ownerr
set "name"='yes'
where "id_house" = '10'
t_Owner columns: id_ownerr, name, surname, address
t_house columns: id_house, id_district, id_ownerr