[Python] Psycopg2 e serializzazione delle SELECT in JSON

Alberto Granzotto agranzot a gmail.com
Gio 16 Ott 2014 16:08:33 CEST


Ciao Daniele, grazie per la esaustiva risposta, mi sembra tutto chiaro a
parte una cosa ->

2014-10-16 15:47 GMT+02:00 Daniele Varrazzo <piro a develer.com>:

> On 2014-10-16 13:59, Alberto Granzotto wrote:
> [...]l as (id integer, email text);
>
> e riscrivi la tua query in maniera da resitiuire un array di questi tipi:
> test=> select u.id, u.name, array_agg((e.id, e.email)::t_email) from
> users u join emails e on u.id = e.user_id group by 1,2;
>

C'è modo di evitare il group by? O devo prima estrarmi tutti gli id delle
email associate allo specifico user e poi usarle nel group by? Cosa succede
se invece di estrarre un solo user volessi estrarre N user?

Grazie ancora,
Alberto
-------------- parte successiva --------------
Un allegato HTML è stato rimosso...
URL: <http://lists.python.it/pipermail/python/attachments/20141016/7baa7f0a/attachment.html>


Maggiori informazioni sulla lista Python