Hello,
I have the following problem:
When i issue
$sql = "SELECT row_id, distinct(datum), locatie, type, serial, regi, code, cn, unit, operator, note, nieuw, alias, dag_volg, not_new, fab_alias, prefix, cn_sort, looked_up, status, category FROM $table_name where locatie = trim(\"$locatie\") order by datum "; */
i get a Couldn't execute query
and when i change the distinct(datum) to
just datum, it works fine.
Can somebody shed a light on this ?
Greetings Chris