Is there any way to connect function to a string?
Like this:
UPDATE table SET col = 'MYSTRING' . SUBSTRING_INDEX(col, ':', 2)
Thanks in advance.
Is there any way to connect function to a string?
Like this:
UPDATE table SET col = 'MYSTRING' . SUBSTRING_INDEX(col, ':', 2)
Thanks in advance.