+++ DB-Error. file/pos =ShowsMostly.php/84.
SELECT SQL_CACHE
max(NumExhib) AS MaxExhibs
FROM
Exhibition_CountryList
WHERE
PeopleID=text
Group BY
PeopleID
HAVING max(NumExhib)>1
Unknown column 'text' in 'where clause'+++ DB-Error. file/pos =queries.php/4607.
SELECT SQL_CACHE
Artwork.ID,
Artwork.Title,
Artwork.Caption,
Artwork.Year,
Artwork.Technique,
Artwork.Width,
Artwork.Height,
Institution.Name as instname,
Institution.ID as instid
FROM
Artwork
left join ArtworkPromotion on Artwork.ID=ArtworkPromotion.ArtworkID
left join Institution on ArtworkPromotion.InstitutionID=Institution.ID
where
Artwork.ArtistID=
and ArtworkPromotion.ProjectID=6
order by
Year desc 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 ArtworkPromotion.ProjectID=6
order by
Year desc' at line 17+++ DB-Error. file/pos =artprice_rel_handler.php/105.
SELECT SQL_CACHE
PeopleID,
ArtpriceID,
TO_DAYS( CURDATE( ) ) - TO_DAYS( Timestamp ) AS Diff
FROM
ArtpriceIds
WHERE
PeopleID=text
Unknown column 'text' in 'where clause'
+++ DB-Error. file/pos =google.php/91.
SELECT SQL_CACHE
id AS imgID,
wwwLink,
wwwURL,
wwwImgHeight,
wwwImgWidth,
wwwImgSize,
ImgPath,
ImgHeight,
ImgWidth
FROM
googleImgs
WHERE
googleImgs.PeopleID = text
Unknown column 'text' in 'where clause' | | Unknown column 'text' in 'where clause' |