Antw: [SQL]

Поиск
Список
Период
Сортировка
От Gerhard Dieringer
Тема Antw: [SQL]
Дата
Msg-id s92ce8e7.056@kopo001
обсуждение исходный текст
Список 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



В списке pgsql-novice по дате отправления:

Предыдущее
От: Chris Bitmead
Дата:
Сообщение: Re: [HACKERS]
Следующее
От: "Michael A. Mayo"
Дата:
Сообщение: Re: [SQL]