How about using the upper (or lower) functions? E.g.,
select ....
where upper(columname) like '%FARM%'
And, of course, your code would uppercase the value entered by the user (invisibly if needed).
How about using the upper (or lower) functions? E.g.,
select ....
where upper(columname) like '%FARM%'
And, of course, your code would uppercase the value entered by the user (invisibly if needed).