SELECT bn_content.ContentID, bn_content.CategoryID, bn_category.CategoryName, bn_category.CategoryAlias, bn_category.Description, bn_sub_category.SubCategoryID, bn_sub_category.SubCategoryName, bn_sub_category.SubCategoryAlias, bn_content.ContentSubHeading, bn_content.ContentHeading, bn_content.WriterID, com_writer.Name, com_writer.Alias, com_writer.ImagePath, bn_content.Initial, bn_content.MetaDescription, bn_content.ContentDetails, bn_content.SMImagePath, bn_content.BGImagePath, bn_content.BGImageCaption,bn_content.VideoPath,bn_content.SoundPath, bn_content.content_url, bn_content.Tags, bn_content.TagIDs, bn_content.isTimeline, bn_content.TimelineTagID, bn_content.related_content, DATE_FORMAT(bn_content.DateTimeInserted, ' %h:%i %p, %e %M, %Y') AS fDateTimeInserted,DATE_FORMAT(bn_content.DateTimeUpdated, '%h:%i %p, %M %e, %Y') AS fDateTimeUpdated, DateTimeInserted, DateTimeUpdated FROM bn_content INNER JOIN bn_category ON bn_category.CategoryID=bn_content.CategoryID INNER JOIN bn_sub_category ON bn_sub_category.SubCategoryID=bn_content.SubCategoryID INNER JOIN com_writer ON com_writer.ID=bn_content.WriterID WHERE bn_content.Deletable=1 AND ContentID=485859