select introduction from forum where type_code = 'ARTICLE' and some_Id = '10334' and active=1 select UID, title from forum where type_code = 'Article' and some_id = '10334' 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 =10334 and Article.Author_ID = Author.Author_id