Subject | RES: [firebird-support] How to return only a few rows from select sql statement |
---|---|
Author | Fabiano |
Post date | 2012-01-20T16:08:29Z |
Try:
select first 5 * from table
De: firebird-support@yahoogroups.com
[mailto:firebird-support@yahoogroups.com] Em nome de Milan Babuskov
Enviada em: sexta-feira, 20 de janeiro de 2012 09:40
Para: firebird-support@yahoogroups.com
Assunto: Re: [firebird-support] How to return only a few rows from select
sql statement
trskopo wrote:
http://www.firebirdfaq.org/faq111
HTH
--
Milan Babuskov
==================================
The easiest way to import XML, CSV
and textual files into Firebird:
http://www.guacosoft.com/xmlwizard
==================================
[Non-text portions of this message have been removed]
select first 5 * from table
De: firebird-support@yahoogroups.com
[mailto:firebird-support@yahoogroups.com] Em nome de Milan Babuskov
Enviada em: sexta-feira, 20 de janeiro de 2012 09:40
Para: firebird-support@yahoogroups.com
Assunto: Re: [firebird-support] How to return only a few rows from select
sql statement
trskopo wrote:
> Suppose I have a sql statement :whole result), just like MySQL?
> select * from table
>
> Is that possible to return only a few rows from that statement (not the
http://www.firebirdfaq.org/faq111
HTH
--
Milan Babuskov
==================================
The easiest way to import XML, CSV
and textual files into Firebird:
http://www.guacosoft.com/xmlwizard
==================================
[Non-text portions of this message have been removed]