Subject | Re: [firebird-support] Substring in Firebird 1.5 |
---|---|
Author | Helen Borrie |
Post date | 2007-10-20T11:52:31Z |
At 09:25 PM 20/10/2007, you wrote:
./heLen
>Hi, all..select substring ('Quadratically' from 5 for 6) from rdb$database
>
>In mySQL I used the syntax:
>
>SELECT SUBSTRING('Quadratically',5,6);
>result -> 'ratica'
>
>
>How about in firebird 1.5 (sql dialect1) ?
./heLen