Activity overview
Latest activity by kiranreddy
Snippet not working for paranthesis
I am trying to use this code for a snippet
UPDATE table SET column = REPLACE(column,' ', ' ')
but when i try to run this snippet its missing the paranthesis like this
UPDATE table SET column = REPL...