Hi!
I'm trying to get a record set out of an Openedge 10.1A database. The problem is that the amount of constraints seems to be too long. The whole statement is about 1550 characters long. The values I'm looking for all start with the same characters "T_" but I don't think that Openedge supports WHERE LIKE 'T_'. In my opinion it's bad data modeling but I can't affect the tables.
How can I solve this?