Subject | Re: [firebird-support] Select without from clausule |
---|---|
Author | Svein Erling Tysvaer |
Post date | 2006-11-02T12:35:03Z |
No, it is not.
However,
SELECT 125+56
FROM rdb$database
will do what you want. The rdb$database is a table in every Firebird
database that contains exactly one record.
HTH,
Set
yartax1 wrote:
However,
SELECT 125+56
FROM rdb$database
will do what you want. The rdb$database is a table in every Firebird
database that contains exactly one record.
HTH,
Set
yartax1 wrote:
> Hi,
>
> It is possible to run a select query without from clausule in FB 1.5?.
>
> Example:
> Select 125+56
>
> Thanks
> Yartax