Parse text field from query

2011-03-31 Thread Carlos Fernández Iglesias
Hello, I have this field in a table from my database that contains a lot of information and I would like to extract only a little bit of it. I have to parse it but need to do it directly in the sql query, ¿do you know what kind of function I have to use, or how? This is an example of the

Re: Parse text field from query

2011-03-31 Thread Dan Nelson
In the last episode (Mar 31), Carlos Fernndez Iglesias said: I have this field in a table from my database that contains a lot of information and I would like to extract only a little bit of it. I have to parse it but need to do it directly in the sql query, do you know what kind of function