|
| Current Articles |
1064 - 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 '*) as total from articles a,
authors au,
' at line 1
select count(distinct *) as total from articles a,
authors au,
articles_description ad
where a.articles_status = '1'
and (a.articles_date_available is null or to_days(a.articles_date_available) <= to_days(now()))
and a.authors_id = au.authors_id
and a.articles_id = ad.articles_id
and ad.language_id = '1'
TEP_DB_ERRORR
| |