Stringing in a table...

2004-03-10 Thread Torrance Hill
I am fairly new to MySQL and I need a little assistance. In our diff scripts, I need the output to string all the mods for a given table together in a single query, which will reduce the number of times the larger tables are copied. So what modifications would I need to make to my diff script

Re: Stringing in a table...

2004-03-10 Thread Sasha Pachev
Torrance Hill wrote: I am fairly new to MySQL and I need a little assistance. In our diff scripts, I need the output to string all the mods for a given table together in a single query, which will reduce the number of times the larger tables are copied. So what modifications would I need to make