Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

queries using "LIKE" but ignoring upper or lower case

554285Mar 6 2007 — edited Mar 6 2007
I have a question. I need to query the database in a cursor for a search results page. The thing is that I'm searching for a contact name, lets say, and the name is "Steven". My query "WHERE" clause says:

WHERE contactName LIKE '%steven%';

but it doesnt find it because I understand Oracle is case sensitive. Is there an extension to the LIKE keyword to ignore upper or lowe cases in this type of instance?

Thanks for your help,

Alejandro
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 3 2007
Added on Mar 6 2007
10 comments
656 views