I am using self servicing code and Oracle. I am trying to get all records from a table where a column begins with an 'OL'. How would I do this?
pass a predicate expression with a LIKE predicate on the column using the pattern "OL%" to getmulti.