1
記錄在我的PostgreSQL數據庫PostgreSQL的計數我有users
表,有以下欄目:由狀態
id - integer
email - string
blocked - boolean
現在我想有一個返回我下面的結果SQL查詢:
total: blocked: unblocked
total count of users count of blocked users count of users that are not blocked
我怎麼能在PostgreSQL中做到這一點?