Re: stored function problem

From: JR <jose_raposo_at_yahoo.com>
Date: Mon, 3 May 1999 15:55:54 +0100
Message-ID: <7gkdab$b4c$1_at_duke.telepac.pt>


You are mixing types.
[Quoted] content is varchar2, so your function should return varchar2: create or replace get_content ( sys_code in char ) return varchar2

This should work fine.
JR

River <wychan_at_vol.net> wrote in message news:372D99EF.A25311D2_at_vol.net...
> Question about a very simple stored function:
Received on Mon May 03 1999 - 16:55:54 CEST

Original text of this message