Subject | Re: [firebird-support] String function. |
---|---|
Author | Helen Borrie |
Post date | 2003-10-29T13:33:01Z |
At 02:04 PM 29/10/2003 +0100, you wrote:
(returns 'arap')
Documentation: release notes.
SQL> OUTPUT 'D:\data\scripts\myscript.sql'; (Win32)
SQL> enter command;
SQL> enter another command;
SQL> ....;
SQL> OUTPUT; (brings output back to console window)
heLen
>Hello I am a new user of firebird.select substring ('parapluie' from 2 for 4) from rdb$database;
>I am a french guy.
>I would like to cut a string field. Like substr in oracle or mid in mysql
>and i don't find any documentation on string function.
(returns 'arap')
Documentation: release notes.
>And how can I spool or tee my isql session ?SQL> OUTPUT '/data/scripts/myscript.sql'; (Linux)
SQL> OUTPUT 'D:\data\scripts\myscript.sql'; (Win32)
SQL> enter command;
SQL> enter another command;
SQL> ....;
SQL> OUTPUT; (brings output back to console window)
heLen