Re: decode, base64 problem

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: gmail Vladimir Koković <vladimir(dot)kokovic(at)gmail(dot)com>
Cc: pgsql-novice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: decode, base64 problem
Date: 2020-05-22 16:29:24
Message-ID: CAKFQuwb6Tq_b7NLvnOm=X6k_qCwNsdAaVP-UU-y3KCrEHd234g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Fri, May 22, 2020 at 9:24 AM gmail Vladimir Koković <
vladimir(dot)kokovic(at)gmail(dot)com> wrote:

> ERROR: 42883: function decode(text) does not exist
> LINE 19: decode(encode(substring(lice, 110, 5),'base64')) as Lokal0de...
> ^
> HINT: No function matches the given name and argument types. You might
> need to add explicit type casts.
> LOCATION: ParseFuncOrColumn, parse_func.c:247
>
You forgot the second argument to decode...

David J.

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message gmail Vladimir Koković 2020-05-22 16:35:32 Re: decode, base64 problem
Previous Message gmail Vladimir Koković 2020-05-22 16:24:24 Re: decode, base64 problem