SQL query to remove text within parentheses?
Posted
by Josh Fraser
on Stack Overflow
See other posts from Stack Overflow
or by Josh Fraser
Published on 2010-05-17T22:54:56Z
Indexed on
2010/05/17
23:01 UTC
Read the original article
Hit count: 181
What is the best SQL query to remove any text within parenthesis in a mySQL database? I'd like something that works regardless of the position of the parenthesis in the text (beginning, middle, end, whatever). I don't care about keeping the text inside the parenthesis, just removing it.
Thanks!
© Stack Overflow or respective owner