oracle query ignore case in where clause

Solutions on MaxInterview for oracle query ignore case in where clause by the best coders in the world

showing results for - "oracle query ignore case in where clause"
Monica
06 Aug 2017
1SELECT * FROM my_table WHERE upper(MY_COLUMN) = upper('My_String');