I seem to be having a problem with the following SQL, but can't see where the problem is.
Any pointers?
UPDATE contact SET contact_fname ='Mike', contact_lname = '' , company = 'JobClever' , address1 = '', address2 ='', city = '', county = '', postcode = '', contact_tel = '01422', contact_email = 'default@default.com' WHERE contactid = '1'