Re: isnull() function in pgAdmin3

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: dudedoe01 <marsalanaq(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: isnull() function in pgAdmin3
Date: 2016-09-30 00:16:41
Message-ID: e197d1ae-02e9-6361-2f20-9a0db06735f3@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 09/28/2016 02:24 PM, dudedoe01 wrote:
> <http://postgresql.nabble.com/file/n5923277/Capture.png>

In future can you copy and paste the error. It makes it easier to deal
with. Thanks.

>
> This is with the DATE data type. I have 9.5 version installed.

The type really does not matter. The issue is as the error says, there
is no isnull() function in Postgres:

test=# select version();
version

-----------------------------------------------------------------------------------------------------------------------------
PostgreSQL 9.5.4 on i686-pc-linux-gnu, compiled by gcc (SUSE Linux)
4.8.3 20140627 [gcc-4_8-branch revision 212064], 32-bit
(1 row)

test=# select isnull();
ERROR: function isnull() does not exist
LINE 1: select isnull();
^
HINT: No function matches the given name and argument types. You might
need to add explicit type casts.

>
>
>
> --
> View this message in context: http://postgresql.nabble.com/isnull-function-in-pgAdmin3-tp5923122p5923277.html
> Sent from the PostgreSQL - general mailing list archive at Nabble.com.
>
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2016-09-30 01:25:02 Re: Multi tenancy : schema vs databases
Previous Message Rakesh Kumar 2016-09-30 00:16:03 Re: Multi tenancy : schema vs databases