Subject Re: [firebird-support] Substring in Firebird 1.5
Author Helen Borrie
At 09:25 PM 20/10/2007, you wrote:
>Hi, all..
>
>In mySQL I used the syntax:
>
>SELECT SUBSTRING('Quadratically',5,6);
>result -> 'ratica'
>
>
>How about in firebird 1.5 (sql dialect1) ?

select substring ('Quadratically' from 5 for 6) from rdb$database

./heLen