The rows have no fields to make a join.
______TABLE1_____ __TABLE2__ starttime|endtime co2 _________|_______ __________ 12345678 1234578 7.4568 23456894 ... 7.4568 ... ...
With the following query, in my core i5, appears to hang my pc.
CREATE TABLE `importco2` AS SELECT kw.starttime, kw.endtime, co2.co2 FROM importkw_model1 kw, data_co2 co2;
There is another way to paste this rows in a new table?
Thanks for your help.
This post has been edited by Atli: 01 September 2012 - 09:11 AM
Reason for edit:: Added [code] tags.

New Topic/Question
Reply



MultiQuote





|