Subject Instr( ) function
Author lmayhewsprint@earthlink.net
Does Firebird have something similar to the Oracle's instr() function,
which returns the position of a string inside another string, it looks
something like this:

1* select instr( 'This is a test', 'test' ) x from dual;

X
---------
11


Thanks,
Lee