Re: select date range?

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: select date range?
Дата
Msg-id 200306162028.46202.josh@agliodbs.com
обсуждение исходный текст
Ответ на select date range?  ("ko" <ko@origo.com.tw>)
Список pgsql-sql
Ko,

> (1)mydate attribute is timestamp
> (2)$_POST[start_date] is something like '2003/05/12'

You probably need to re-format the POST date before passing it to the 
back-end.  For example, my compilation of PostgreSQL would not necessarily 
correctly recognize that date format.

Try re-formatting the date to '2003-05-12'

-- 
Josh Berkus
Aglio Database Solutions
San Francisco


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

Предыдущее
От: "ko"
Дата:
Сообщение: select date range?
Следующее
От: "Ramil G. Sagum"
Дата:
Сообщение: Re: select date range?