Sorgu Hatası : Unknown column 'aa.author_url' in 'field list'
Hata No :1054
SELECT a.article_id, a.title, a.is_linked, a.seourl, a.hit, a.detail, a.date, a.comment_count, a.comment_count_2,
aa.name, aa.author_url, a.description, a.image, aa.title as author_title, aa.email, a.author_id, aa.is_commentable
FROM articles a
LEFT JOIN authors aa ON (aa.author_id = a.author_id)
WHERE article_id = 6101
AND a.active = 1
- 500