SyntaxFix
Write A Post
Hire A Developer
Questions
...also do the conversion to upper or lower outside of the query:
tableName:= UPPER(someValue || '%');
...
Select * from table where upper(table.name) like tableName