Subject Re: first , skip
Author nxciro
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