On Fri, Nov 22, 2013 at 8:05 AM, Steven Siebert wrote:
> Hi Larry,
>
> I'm trying to figure out what your wanting to do with the data once its in
> mysql? At first it seemed you didn't want to put it in as a lob because
> you might want to query on the data in different ways (kind of an
> assump
Hi Larry,
I'm trying to figure out what your wanting to do with the data once its in
mysql? At first it seemed you didn't want to put it in as a lob because
you might want to query on the data in different ways (kind of an
assumption on my part, but a common reason to do this). Then, you thought
I have a need to store data that comes in an XML file in MySQL. I don't
want to store the entire file as a CBLOB, and it doesn't lend itself to
loading with Load XML. I am looking for tools that will help me create the
schema and parse and load the data. I have googled for this and I've found
many
--databases, methinks.
- Original Message -
> From: "Daevid Vincent"
> To: mysql@lists.mysql.com
> Sent: Thursday, 21 November, 2013 10:44:39 PM
> Subject: How do I mysqldump different database tables to the same .sql file?
>
> I'm working on some code where I am trying to merge two cust