Re: append fields for *where...*

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: append fields for *where...*
Дата
Msg-id 20050210231250.GA4740@wolff.to
обсуждение исходный текст
Ответ на append fields for *where...*  (Johnny C <juandelacruz@gmail.com>)
Список pgsql-sql
On Thu, Feb 10, 2005 at 17:45:11 -0500, Johnny C <juandelacruz@gmail.com> wrote:
> 
> How can you make month (append) - 01 - (append) year? and
> pass that as a condition to the field date? Is this possible?

You can EXTRACT the day of the month from the date. If you need this
to use an index, you can create a functional index.


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

Предыдущее
От: Johnny C
Дата:
Сообщение: append fields for *where...*
Следующее
От: Guillaume LELARGE
Дата:
Сообщение: Re: append fields for *where...*