Subject | Re: first , skip |
---|---|
Author | nxciro |
Post date | 2004-08-05T04:58:50Z |
> This actual query works fine on an actual table in a database here:(hence
>
> select first 10 skip 5 * from ff_transaction
>
> If you are querying multiple tables, then your first syntax is wrong
> the DSQL exception) and your second syntax, as part of a mixed-tableThanks Helen
> select, is correct. Fb 1.5 treats multi-table query specs (select
> statements containing joins or subqueries) as ambiguous if they are not
> fully qualified with consistent aliases, and rejects them.
>
> /heLen
The query is only on a single table.
I also run it on ib_sql with mixed results
If I run it via the Cursor tab then
select first 10 skip 5 * from mytable
is ok
If I use the Query Forms or DSQL tab in ib_sql then
I get a DSQL error as soon as I prepare the query
nxciro