select g.group_name, c.categorise_id, m.media_id, m.media_topic, m.media_ext, m.media_file, m.media_embed
from media m, media_categorise c, media_group g
where m.categorise_id = c.categorise_id and c.group_id = 3 and m.is_pin = 1 and m.is_drop = 0
order by m.publish_time desc
limit 0, 1
select m.*
from media_categorise c, media m
where c.categorise_id = m.categorise_id and m.is_publish = 1 and c.group_id = 3 and m.is_drop = 0
order by m.publish_time desc
limit 0, 8
select m.*
from media_categorise c, media m
where c.categorise_id = m.categorise_id and m.is_publish = 1 and c.group_id = 5 and m.is_drop = 0
order by m.publish_time desc
limit 0, 11
select m.*
from media_categorise c, media m
where c.categorise_id = m.categorise_id and m.is_publish = 1 and c.group_id = 6 and m.is_drop = 0
order by m.publish_time desc
limit 0, 11