MySQL Forums
Forum List  »  Connector/Node.js

Re: Concat 2 xml files from two tables
Posted by: Kawa Zaki
Date: November 19, 2005 09:35AM

Hello Stanislav,

First thank you for your time.

Here are the table fields:

Table 1 name: Descriptions
Table1 fields:
DescriptionId
ProviderId
ProviderObjectId
XMLDescription

XMLDescription is where my xml file is stored. I use MIDTEXT

Table 2 name: Results
Table2 fields:
ResultId
Date
ProviderId
XMLResults
XMLResults is where my xml file is stored. I use LONGTEXT format as the XML file might be big: 1,5 MB

I want to concat the xml contained in where I know the ProviderId and ObjectId XMLDescription with the xml contained in XMLResults where I know Date and ProviderId.
The result must be and XML.

I hope this will be useful.
Thanks in advance.

Options: ReplyQuote


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


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.