23 Sep, 2006
Apending text to a field which isn’t empty (mysql)
Web Development » Snippets » Apending text to a field which isn’t empty (mysql)
UPDATE `table`
SET `field` = CONCAT(`field`, ' append text');
23 Sep, 2006
Web Development » Snippets » Apending text to a field which isn’t empty (mysql)
UPDATE `table`
SET `field` = CONCAT(`field`, ' append text');
Web development, Web design, Open source technologies, Portal development, APIs, Web services, Social media applications, Search engine optimisation, Mobile application development, iPhone Apps, Web 2.0, Web 3.0, Latest Internet technologies