alter
table
mozi
add
column
videki
boolean
;
update
mozi
set
videki
=
true
where
varos
!=
'Budapest'
;