+++ DB-Error. file/pos =queries.php/2736.
+++ DB-Error. file/pos =queries.php/4934.
SELECT
Institution.ID,
Institution.Name,
City.Name as City,
Country.Name as Country
FROM
Institution
left join Address on Address.ID = Institution.AddressID
left join City on Address.CityID = City.ID
left join CityInfo on City.ID = CityInfo.CityID
left join Country on Country.ID = CityInfo.CountryID
WHERE
City.LanguageID = 1;
and Country.LanguageID = 1;
ORDER BY
RAND() 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 ';
and Country.LanguageID = 1;
ORDER BY
RAND()' at line 13 | +++ DB-Error. file/pos =queries.php/2736.
+++ DB-Error. file/pos =queries.php/2736.
|