|#1060 - Duplicate column name 'id'

107 Views Asked by At

This is my mysql statement:

SELECT * FROM(SELECT * FROM icci_conf_detail,icci_conf_location  WHERE 
icci_conf_detail.conf_loc=icci_conf_location.location_name AND  
icci_conf_detail.is_country='international' AND icci_conf_detail.is_active='1'   
ORDER BY icci_conf_detail.conf_date  ASC) t GROUP BY 
icci_conf_location.location_name 

I am getting this error:

|#1060 - Duplicate column name 'id'

Can you help me please?

0

There are 0 best solutions below