Sto cercando di costruire una query in PostgreSQL 9.0 che ottenga la sequenza più lunga di righe continue per una colonna specifica. Considera la seguente tabella: lap_id (serial), lap_no (int), car_type (enum), race_id (int FK) Dove lap_noè unico per ciascuno (race_id, car_type). Vorrei che la query producesse la sequenza più …
L'ho preso per caso: db=> select name from site; ERROR: column "name" does not exist LINE 1: select name from site; ^ db=> select site.name from site; name --------------- (1,mysitename) (1 row) La seconda query restituisce una tupla contenente un'intera riga. Utilizzando Postgres 9.0.1. Modifica: la definizione del sito su …
We use cookies and other tracking technologies to improve your browsing experience on our website,
to show you personalized content and targeted ads, to analyze our website traffic,
and to understand where our visitors are coming from.
By continuing, you consent to our use of cookies and other tracking technologies and
affirm you're at least 16 years old or have consent from a parent or guardian.