Re: Mysql Regular expression

2005-10-01 Thread Pooly
2005/10/1, Binay(Local) <[EMAIL PROTECTED]>: > Hi > > Can any body tell me how to strip all the html characters from a text column > while querying? > MySQL can't do it for you, you'll have to program it at your application level. (PHP has strip_tags, Perl and QT have regular expression ) > > Th

Mysql Regular expression

2005-10-01 Thread Binay\(Local\)
Hi Can any body tell me how to strip all the html characters from a text column while querying? Thanks Binay

Fw: Re[2]: [PHP-DB] MySQL Regular expression

2003-10-10 Thread Rory McKinley
AIL PROTECTED] > "There are 10 kinds of people in this world, > those who understand binary and those who don't" (Unknown) > - Original Message ----- > From: "O Franssen" <[EMAIL PROTECTED]> > To: "Rory McKinley" <[EMAIL PROTEC

Re: Re[2]: [PHP-DB] MySQL Regular expression

2003-10-10 Thread Rory McKinley
Message - From: "O Franssen" <[EMAIL PROTECTED]> To: "Rory McKinley" <[EMAIL PROTECTED]> Sent: Thursday, October 09, 2003 6:22 PM Subject: Re[2]: [PHP-DB] MySQL Regular expression > Actually in response to my previous comment, would the following >

mysql regular expression - query

2002-11-11 Thread Kevin
Hello, I have a column with a name of a person, say "Franklin D. Roosvelt". Can I query the table so that the name will be retrieved in the following format: Roosvelt, Franklin D. Any help will be appreciated. --Kevin - Befor