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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment