Subject | RE: [ib-support] rowcount |
---|---|
Author | Leyne, Sean (Ext. 225) |
Post date | 2003-02-26T20:31:50Z |
> > Can anyone please tell me how to use the First and Skip clausesIt's actually
> > in Firebird?
> >
> > Select First(10) Skip (10) From MyTable; doesnt work.
>
> select what?
> try: select first(10) skip(10) * from mytable
> or select first(10) skip(10) nameofcol1, nameofcol2 from mytable
select first 10 skip 10 * from mytable
, or
select first 10 skip 10 nameofcol1, nameofcol2 from mytable
--
Sean Leyne
Want to support Firebird development?
Become a member of the FirebirdSQL Foundation!
http://www.firebirdsql.org/foundation