| From: | Michael Glaesemann <grzm(at)myrealbox(dot)com> |
|---|---|
| To: | "min" <seedbcc(at)a-qe(dot)com> |
| Cc: | postgresql sql list <pgsql-sql(at)postgresql(dot)org> |
| Subject: | Re: Ask a PostgreSql question (about select ) |
| Date: | 2006-03-13 03:53:41 |
| Message-ID: | E0E227EE-3F66-4DC4-A2C5-05F934B717D4@myrealbox.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-sql |
Please post questions to the list. I'm forwarding this to the SQL
list, as I think it's probably most applicable. I don't know much
about the Oracle syntax you've used. Hopefully someone will be able
to help you.
On Mar 13, 2006, at 12:30 , min wrote:
> Please help me one PostgreSQL Statement, Thanks
>
> in Oracle
> select rownum,groupid,qty from abc
> --- --- ----
> 1 a5 3
> 2 a2 4
> 3 a3 5
> 4
> 5
> .
> .
> .
>
>
> in PostgreSql
>
> How to wirte Statement ( Rownum -> change ??)
>
>
> seedbcc(at)a-qe(dot)com
>
>
>
Michael Glaesemann
grzm myrealbox com
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Richard Huxton | 2006-03-13 09:03:27 | Re: Question re: relational technique |
| Previous Message | Weimao Ke | 2006-03-12 19:59:19 | Re: pgsql aggregate: conditional max |