SELECT v.*, c.*, u.username, u2.username as updater, s.*,
(select permalink from pr_permalinks where item_type='video' and item_id=v.v_id order by created_on desc limit 1) as permalink
FROM pr_videos v, pr_recipes_category c, phpbb_users u, phpbb_users u2,
pr_video_category vc, pr_item_stats s
WHERE c.cat_id = vc.cat_id AND v.v_id = vc.video_id
AND v.v_id = 2
AND v_active = 1
AND v.v_user_id = u.user_id
AND v.v_updated_by = u2.user_id
AND v.v_id = s.item_id
AND s.item_type='video'
AND s.site_id=3
AND v_approved = 1;
Desi Recipes from India, Pakistan, Bangladesh - DesiRecipes