UNPKG

197 Bapplication/x-sqlView Raw
1USE poc_legacy;
2
3UPDATE general_practitioners
4SET address_1 = 'Burmantofts Medical Centre', address_2 = 'Cromwell Mount', address_3 = 'Leeds', address_4 = '', postcode = 'LS9 7TA'
5WHERE id = 69;
6
7