Antw: [SQL]

From: "Gerhard Dieringer" <DieringG(at)eba-haus(dot)de>
To: <pgsql-novice(at)postgresql(dot)org>, <gomathi_raju(at)usa(dot)net>
Subject: Antw: [SQL]
Date: 2000-05-25 06:48:08
Message-ID: s92ce8e7.056@kopo001
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice


gomathi raju wrote:

> I want to get the system timestamp from postgresql database.
> But I dont have a dual table from where ,I can select it.
> Give me a solution, from which table(system) I can get it.

Unlike Oracle, you don't need a from clause in postgreSQL.
You can just say

select some_expression;

without from dual

Gerhard

Browse pgsql-novice by date

  From Date Subject
Next Message Javier Castro 2000-05-25 10:27:50 hello
Previous Message Michael A. Mayo 2000-05-25 04:54:38 Re: [SQL]