Re: Getting row with id=max(id)

From: <jeff(at)pgsql(dot)com>
To: Gerald Gutierrez <gml1(at)coldresist(dot)com>
Cc: <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Getting row with id=max(id)
Date: 2001-06-07 17:04:02
Message-ID: 20010607140324.R290-100000@mercury.tsunamicreek.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

> A related question is: is there a way to time a query in psql, like the
> client of MySQL does?

use the explain commmand

explain select * from foo;

>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Laurent Patureau 2001-06-07 17:14:18 UPDATE with concatenate
Previous Message Peter Eisentraut 2001-06-07 17:00:44 Re: Re: About i8n