Subject Re: 2.1 sql.extensions
Author homerjones1941
> The most easiest statement, which doesn't need to be "your" code, could
> look like:
>
> select position('a' in 'b') from rdb$database
>
> or
>
> select position('a' in 'a') from rdb$database

Good suggestion. Somehow I never thing of using literals. Apparently I'm thinking inside a rather small box. Thanks.