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);
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)