I want to
SELECT * FROM table1 WHERE name=petter
Now if there is many type of petter
in table like PETTER
, Petter
And petter
.
Want all this three (PETTER, Petter, petter) to be considered which command is for this in cognos report studio?
Or in DB2 without using 'IN' function.