Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #63800 > unrolled thread
| Started by | Petite Abeille <petite.abeille@gmail.com> |
|---|---|
| First post | 2014-01-12 20:53 +0100 |
| Last post | 2014-01-12 20:53 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: efficient way to process data Petite Abeille <petite.abeille@gmail.com> - 2014-01-12 20:53 +0100
| From | Petite Abeille <petite.abeille@gmail.com> |
|---|---|
| Date | 2014-01-12 20:53 +0100 |
| Subject | Re: efficient way to process data |
| Message-ID | <mailman.5385.1389557901.18130.python-list@python.org> |
On Jan 12, 2014, at 8:23 PM, Larry Martell <larry.martell@gmail.com> wrote: > AFAIK, there is no way to do this in SQL. Sounds like a job for window functions (aka analytic functions) [1][2]. [1] http://www.postgresql.org/docs/9.3/static/tutorial-window.html [2] http://docs.oracle.com/cd/E11882_01/server.112/e26088/functions004.htm#SQLRF06174
Back to top | Article view | comp.lang.python
csiph-web