On Mon, 29 Oct 2001, Zhou, Lixin wrote:
> The following function always returns NULL when I call it like this:
>
> select get_bundle_id('1009699', '1', '1').
>
> If I replace b, r, c with '1009699', '1', '1' inside the function body, it
> returns the correct id!
Probably you shouldn't double quote the b r and c in the function since
that'd be the constants not the variables.