Subject | Re: [firebird-support] How to return only a few rows from select sql statement |
---|---|
Author | W O |
Post date | 2012-01-20T03:56:03Z |
Of course, you can to use clauses FIRST, SKIP or ROW TO
Additionally, you can use a WHERE clause.
Greetings.
Walter.
Additionally, you can use a WHERE clause.
Greetings.
Walter.
On Thu, Jan 19, 2012 at 11:46 PM, trskopo <trskopo@...> wrote:
> **
>
>
> Hi all,
>
> Suppose I have a sql statement :
> select * from table
>
> Is that possible to return only a few rows from that statement (not the
> whole result), just like MySQL?
>
> Thanks and regards,
> Sugiarto
>
>
>
[Non-text portions of this message have been removed]