I have an answers
table (ans_id, question_id , ans_date) and an answers_votes
table (vote_id , user_id , ans_id , vote = 1 or -1).
How do I select from answers that have the big sum(vote) of votes that posted today. This means have todays date in ans_date.