| Subject | RE: [firebird-support] help with stored procedure: SYNTAX error | 
|---|---|
| Author | Svein Erling Tysvær | 
| Post date | 2012-06-08T11:46:52Z | 
>Dear ListWhat should Firebird do with "TIME"? You simply need an INTO clause and a local variable or return parameter before the semicolon.
>Please help me understand where I am going wrong with creating the following procedure:
>
>...
>CREATE PROCEDURE TestProc
>...
> select cast('Now' as time) as "TIME" from rdb$database;
>...
>Token unknown - line 7, column 57
>;
HTH,
Set