In PostgreSQL, I would like to calculate the following query.
ROUND(COUNT(session_id)::decimal/COUNT(DiSTINCT session_id),2)
But, it has to b