MySQL Forums
Forum List  »  Connector/Node.js

Re: try to get html with ectract value - but fails
Posted by:
Date: March 09, 2010 11:28AM

o yeah .. if tried some parsings and its working now:

mysql> select length(html), ExtractValue(html, '/html/head/title') from foo wher
e html is not null limit 1;
+--------------+-------------------------------------------------------------+
| length(html) | ExtractValue(html, '/html/head/title') |
+--------------+-------------------------------------------------------------+
| 59311 | Climber Plus [Rabobank] | CH0109262748 | Scoach Schweiz
AG |
+--------------+-------------------------------------------------------------+
1 row in set (0.00 sec)

mysql>

Thank you very much!
Chris

Options: ReplyQuote


Subject
Written By
Posted
Re: try to get html with ectract value - but fails
March 09, 2010 11:28AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.