Und ohne SQL:

D lo c 'abcdefghijklmnopqrstuvwxyz'
D up c 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'


Gefunden = *off;
if %scan('ABC' : %xlate(lo : up : String) : 1) > 0;
Gefunden = *on;
endif;