update ui_facility set addr1='164 Edwin Street North', city='Croydon', state='NSW', post_code='2132', country='AU' where facility_code = 'ARMC'; update ui_facility set addr1='100 Walker Street', city='North Sydney', state='NSW', post_code='2060', country='AU' where facility_code = 'NSMC'; update ui_facility set addr1='50 Missenden Road', city='Camperdown', state='NSW', post_code='2050', country='AU' where facility_code = 'TBIGH'; update ui_facility set addr1='303 High Street', city='Penrith', state='NSW', post_code='2750', country='AU' where facility_code = 'D210'; commit;