|
Error in class CDbDriver, function Select() |
Got error 28 from storage engine Q: SELECT f.id AS answer_id,
eh.about,
eh.text,
YEAR(eh.date) AS year,
DAY(eh.date) AS day,
SUBSTR(eh.date,6,2) AS month,
SUBSTR(eh.date,12,5) AS time,
ac.id='0' AS is_user,
IF(f.login='',a.name,ac.name) AS aut_name
FROM forum AS f
LEFT JOIN admin_clients AS ac USING (login)
LEFT JOIN forum_anonims AS a ON ( a.id=f.anonim_id )
LEFT JOIN expert_hrefs AS eh ON ( eh.id = f.href_id )
WHERE (f.level_id!='') AND first_id=24914
ORDER BY f.id DESC |
|