Example
When i have a column comment3' from the table 'TEST'
If i run, the string value n will get added to the start
one record resides in table
comment3 current value = 'pink'
UPDATE Test
SET comment3 = CONCAT('n',comment3)#
This returns = 'npink'
However i want it the other way. For...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.