I'd suggest you change your output formula to put quotes around the model number, so it looks like this:

Code:
UPDATE products SET products_model = 'GM2359TB' WHERE products_ id = 1 LIMIT 1;