Re: [GENERAL] getting the currval of a sequence

From: dustin sallings <dustin(at)spy(dot)net>
To: Fran Fabrizio <fran(at)primary(dot)net>
Cc: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] getting the currval of a sequence
Date: 1998-08-14 06:09:31
Message-ID: Pine.NEB.4.02.9808132308120.1088-100000@mobile
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, 14 Aug 1998, Fran Fabrizio wrote:

If you've recently done an insert and want to know what the value
was, you can do this:

select last_value from mysequence;

//
// Hi all,
//
// I need to do the equivalent of:
//
// select my_sequence.CURRVAL from Sys.dual;
//
// so I'm guessing its:
//
// select currvar('my_sequence') from ???????;
//
// Can anyone fill in the ???? Thanks!
//
// -Fran
//
//
//

--
SA, software.net My girlfriend asked me which one I like better.
pub 1024/3CAE01D5 1994/11/03 Dustin Sallings <dustin(at)spy(dot)net>
| Key fingerprint = 87 02 57 08 02 D0 DA D6 C8 0F 3E 65 51 98 D8 BE
L_______________________ I hope the answer won't upset her. ____________

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Vadim Mikheev 1998-08-14 07:50:41 Re: [GENERAL] getting the currval of a sequence
Previous Message Fran Fabrizio 1998-08-14 05:43:38 getting the currval of a sequence