Postgresql – How do I get a 0 or None count from my sqlalchemy/postgres query?
So, I am trying to create a query that counts the numbers of Redirects per week per Site. I made the below query which gives me almost the correct results, but if there are no Redirects, there are no count…