SELECT con.content_type, con.content_id, con.release_date, con.header, con.custom_int5 FROM rlogic_content con, rlogic_content cat WHERE con.content_type="news" and con.custom_int4 = cat.content_id and cat.custom_field1 = 'General News' ORDER by con.release_date DESC