select introduction from forum where type_code = 'ARTICLE' and some_Id = '4188' and active=1 select UID, title from forum where type_code = 'Article' and some_id = '4188' and active =1
SQL Error: #cfcatch.detail#
select article.headline, article.title, article.teaser, article.footer, article.body, article.author_id, Author.Fname, Author.Lname from article , Author where article_id =4188 and Article.Author_ID = Author.Author_id