Forum Moderators: coopster
Database:
fields: ¦ id¦name¦age¦ values: ¦1¦sum1¦223 - change this in an update query that test name = sum1¦
thanks, electricocean
UPDATE test SET name='sum1' WHERE id='1';
It's hard to read your post as it includes sth strange like this: ¦
Best regards Michal CIbor
electricocean