select c_id from client where c_name = 'magik'
select article_id from article where article_root='t' and c_id=
select a.article_id, c.content_id from article a, content c where a.article_id=c.article_id and a.article_level= and c.content_main='t' order by a.article_created Limit 1 offset 1
select * from article a, content c where a.article_id=c.article_id and a.article_level= and c.content_main='t' order by a.article_created
|
||||||||