Redmond Militante <[EMAIL PROTECTED]> wrote:
> i have a large text blog that i want to extract strings out of.=20
> the large text blob
See http://dev.mysql.com/doc/mysql/en/String_functions.html
--
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is spo
hi
i have a large text blog that i want to extract strings out of.
the large text blob looks like "Name: john doe Date: 060604
Subject: this is subject Text: ";
i want to just extract 'john doe' '060604' and 'this is subject'
from the text blob
can i do this w mysql queries, or do i have to us