Help Guide For Software Engineer
Wednesday, January 1, 2014
Update MySQL table appending text
Following SQL command can be used to update MySQL table with appending text "text" for field "field".
update table set field=concat('text',field);
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment