select distinct expositions.`uid`,expositions.`date_expo`,CONCAT(t.type_expo) as typ_expouid,expositions.`lieu`,expositions.`nom_juge`,CONCAT(c.classe_expo) as cla_expouid,expositions.`place`,CONCAT(p.prix_expo) as prixuid,expositions.`qualuid` from expositions LEFT JOIN types_expo t ON (t.uid=expositions.`typ_expouid`) LEFT JOIN classes_expo c ON (c.uid=expositions.`cla_expouid`) LEFT JOIN prix_expo p ON (p.uid=expositions.`prixuid`) where expositions.lof= LIMIT 0,15
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'LIMIT 0,15' at line 1

Fatal error: Call to a member function MoveNext() on boolean in /var/www/clients/client3/web80/web/modules/framework/index.class.php on line 226
Date Type Lieu Nom Juge Classe Place Prix Qualification