+++ DB-Error. file/pos =queries.php/6499.
SELECT SQL_CACHE
Institution.ID,
(InstitutionClient.ClientStatus IS NOT NULL) AS showLink,
(InstitutionClient.ClientStatus = 'PRO') AS showGlobe,
(InstitutionClient.ClientStatus = 'MEM' ) AS showGlobeMEM,
(InstitutionClient.ClientStatus = 'END') AS closed
FROM
Institution
LEFT JOIN InstitutionClient ON Institution.ID = InstitutionClient.InstitutionID
WHERE
Institution.ID =
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 '' at line 11
Solo show: Robert Mapplethorpe (over) 10 September 1998 until 24 October 1998 |
select
Address.Name as Address_name,
Address.Street as Address_street,
Address.Housenumber as Address_number,
Address.AreaCode as Address_area_code,
City.ID as City_id,
City.Name as City_name
from
Address
left join City on Address.CityID=City.ID
where
Address.ID =
and City.LanguageID = 1
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 City.LanguageID = 1' at line 13