Avertissement : Undefined variable $XrefLieu ligne 66 (/home/chdznra/www/site/departements.php)
Erreur fatale : count(): Argument #1 ($value) must be of type Countable|array, null given ligne 66 (/home/chdznra/www/site/departements.php)
select
L.CodeID as CodeID,
VilleUCD,
Ville,
Departement,
DepartementUCD,
Pays,
PaysUCD,
Note
from Lieux L
left join Notes N on L.XrefNote = N.CodeID
join Evenements E on E.XrefLieu = L.CodeID
where substr(DepartementUCD,1,1) = "Q"
and PaysUCD = "FRANCE" and E.Private = 0 group by DepartementUCD, VilleUCD