MySQL Forums
Forum List  »  Connector/Node.js

Redenomination of extractvalue function
Posted by: Raffaele Palmieri
Date: July 23, 2007 06:40AM

Is it not possible redenominate the result of extractvalue function and use it in where clause? Example of use:

SELECT extractvalue(textfield1,'xpath') as res1, extractvalue(textfield2,'xpath') as res2 from table where strcmp(res1,res2) <> 0

Thanks in advance to who answers to me,

Raffaele.

Options: ReplyQuote


Subject
Written By
Posted
Redenomination of extractvalue function
July 23, 2007 06:40AM


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.