zero length string to zero - Mailing list pgsql-general

From Shadi Mal
Subject zero length string to zero
Date
Msg-id CABOJmNYZK6y9QB-M1Nme8ovQyHVTVdYFObTPaj=VKMiVRx490g@mail.gmail.com
Whole thread Raw
Responses Re: zero length string to zero
List pgsql-general
Hi,
 I get zero length string in my result but I want to have zero value instead.
what can I do?
my query is:
         Count(unreadmandatory.course) AS nbrofmandatoryleft
           FROM unreadmandatory
          GROUP BY unreadmandatory.id

pgsql-general by date:

Previous
From: Jonathan Vanasco
Date:
Subject: disable ipv6?
Next
From: Shane Kilkelly
Date:
Subject: Announcing BedquiltDB: A json doc-store built on PostgreSQL