Subject | Instr( ) function |
---|---|
Author | lmayhewsprint@earthlink.net |
Post date | 2004-07-11T23:33:06Z |
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
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