query for filtering published posts?

You can add this to the WHERE clause, just after your filter by post_date:

AND post_status = "publish"