I dont want my search function to be case sensitive because when people do the search they doesn´t know if there is upper case or lower case in the word they search for.
Does anyone know how to change to be not case sensitive?
Hi, this example won't work for Oracle because Ucase function is Microsoft specific. Instead of Ucase you need to use another Oracle function that converts text values to uppercase.