Subject | RE: [ib-support] rowcount |
---|---|
Author | Brian K. Woods |
Post date | 2003-02-26T20:12:50Z |
Quinton,
try: select first(10) skip(10) * from mytable
or select first(10) skip(10) nameofcol1, nameofcol2 from mytable
HTH,
Brian
> Can anyone please tell me how to use the First and Skip clausesselect what?
> in Firebird?
>
> Select First(10) Skip (10) From MyTable; doesnt work.
try: select first(10) skip(10) * from mytable
or select first(10) skip(10) nameofcol1, nameofcol2 from mytable
HTH,
Brian