select name from segment_realm where segment_id = #url.segid#
select max(article_id) article_id from article
select max(article_id) article_id from article
select article.headline, article.title, article.teaser, article.footer, article.body, article.author_id, Author.Fname, Author.Lname,
article.meta_description, article.meta_keywords
from article , Author
where article_id = #article_id#
and Article.Author_ID = Author.Author_id
select d.obj_id
from deliverable d, article a
where d.obj_type='article'
and d.obj_id=a.article_id
and d.type_code = 'category'
and d.some_id=70
and a.article_id=#article_id#
order by d.last_update
select introduction from forum where type_code = 'ARTICLE' and some_Id = '#article_id#' and active=1
select UID, title
from forum
where type_code = 'Article'
and some_id = '#article_id#'
and active =1
SQL Error: #cfcatch.detail#