Subject | Re: first , skip |
---|---|
Author | nxciro |
Post date | 2004-08-05T02:52:17Z |
Hello
Fb 1.5.1 ss
Following sql does not work
SELECT first 10 skip 5 * FROM mytable
isc error 335544569
Following sql works ok :
SELECT first 10 skip 5 m.* FROM mytable m
If I do not use skip xxx then it works either way.
Is this as it should be ? Or is it just me ?
nxciro
Fb 1.5.1 ss
Following sql does not work
SELECT first 10 skip 5 * FROM mytable
isc error 335544569
Following sql works ok :
SELECT first 10 skip 5 m.* FROM mytable m
If I do not use skip xxx then it works either way.
Is this as it should be ? Or is it just me ?
nxciro