Re: 2 datatables 1 db

2004-02-09 Thread Jigal van Hemert
> 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_

2 datatables 1 db

2004-02-09 Thread Wayne Mac
Hi, Im running phpwebsite. I installed and then it crashed with dbs left untouched. I reinstalled and directed the new install to existing dbs. But a new set of data tables were created and phpwebsite now reads the new tables which are now empty. Eg, I have say mod_calendar_events which is old