> Eg, I have say mod_calendar_events which is old and 
> mod_mod_calendar_events which is new. How can I combine the the old 
> into the new? I read about union but dont know how to do the query.

Maybe it's easier to run a query like:
INSERT INTO mod_mod_calendar_events SELECT * FROM mod_calendar_events
to copy the data from the old to the new table.

You probably have some tool available to run your own queries.

Regards, Jigal.

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to