Re: numrow

From: Martin Marques <martin(at)bugs(dot)unl(dot)edu(dot)ar>
To: Victor Lopez <v(dot)lopez(dot)s(at)ono(dot)com>
Cc: pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: numrow
Date: 2006-11-28 13:50:05
Message-ID: 1a2a80bf5c3863613d4473b8d44bbefc@bugs.unl.edu.ar
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda


On Mon, 27 Nov 2006 18:42:40 +0100, Victor Lopez <v(dot)lopez(dot)s(at)ono(dot)com> wrote:
> El Lunes, 27 de Noviembre de 2006 15:15, MM nos dijo ...:
>> CREATE TEMP SEQUENCE enumeracion;
>
> http://www.postgresql.org/docs/8.1/static/sql-createsequence.html
>
> minvalue ... The defaults are 1 ... for ascending
>
> nextval sería 1 o minvalue + 1 => 2

Primero deberias ver las funciones relacionadas con secuencias:

http://www.postgresql.org/docs/8.1/interactive/functions-sequence.html

Despues deberias probar que da el nextval, y recien ahi, si aun te
quedan dudas, preguntar. Asi se aprende mejor.

prueba=> CREATE TEMP SEQUENCE enumeracion;
CREATE SEQUENCE
prueba=> SELECT nextval('enumeracion');
nextval
---------
1
(1 row)

--
---------------------------------------------------------
Lic. Martín Marqués | SELECT 'mmarques' ||
Centro de Telemática | '@' || 'unl.edu.ar';
Universidad Nacional | DBA, Programador,
del Litoral | Administrador
---------------------------------------------------------

In response to

  • Re: numrow at 2006-11-27 17:42:40 from Victor Lopez

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Dan 2006-11-28 13:52:11 postgresql 8.1 sobre windows
Previous Message Edwin Quijada 2006-11-28 13:38:46 RE: Encrptacion a traves de secuencias