I would like to solve this query.
Query:
$sql = 'SELECT DISTINCT *, c.ci as c_i FROM `GSM_cellule` c '.
'LEFT JOIN '.$table_freq.' f ON(c.nidtint=f.nidtint) '.
'WHERE c.NAP_'.$site->ur().' =\'1\' '.
$this->_in.' and '.$this->_inetatbdespec.' and '.$this->_inindus.' GROUP BY c.nidtint ORDER BY c.nidtint ';
Error:
Thanks in advanced.