On Fri, Dec 5, 2008 at 9:11 PM, hendra kusuma <[EMAIL PROTECTED]> wrote:
> Dear all,
>
> I create a stored function to select some row and return it as cursor.
> the function receive some parameter that later I put it in where clause
> But I found that select statement runs Case Sensitive
> so if I have a record, for example
> - id     -nama_pelanggan
> - 1     - Wira
>
> I wil get the result if I call it this way : select
> penggunaselect('mycursor', 'Wi');
> but I don't got any row if I call it like this : select
> penggunaselect('mycursor', 'Wi');
> I need the search to run in not-case-sensitive mode

Change like to ilike

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
  • [GENERAL] hendra kusuma
    • Re: [GENERAL] Scott Marlowe

Reply via email to