I know you probably are looking for the escape character, but this might also work:
Code:
select tabschema, tabname
from syscat.tables
where type = 'T'
and tabname between 'I_ ' and 'I_ZZZZZZZZZ'
If you are working on DB2 for z/OS (EBCDIC) then you might have to substitute 9's for the Z's