MySQL Forums
Forum List  »  Connector/Node.js

Re: Concat 2 xml files from two tables
Posted by: Stanislav Puncer
Date: November 20, 2005 06:44AM

Hmmm, ok,

you can try this:

SELECT CONCAT(XMLDescription,XMLResults)
FROM Results r,Descritptions d
WHERE
r.ProviderId=d.ProviderId AND
d.ObjectId=@myObjectId AND
r.Date=@myDate AND
d.XMLDescription=@myXMLDescription;

Is this what you need?

Options: ReplyQuote


Subject
Written By
Posted
November 19, 2005 04:44AM
Re: Concat 2 xml files from two tables
November 20, 2005 06:44AM


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.