Re: format query

Поиск
Список
Период
Сортировка
От Gary Hoffman
Тема Re: format query
Дата
Msg-id fc.00249f0e0138847d3b9aca00c0805dc7.1388627@irpsmail.ucsd.edu
обсуждение исходный текст
Ответ на Re: format query  ("enzo venegas palacios" <enzovenegas@mixmail.com>)
Список pgsql-php
enzovenegas@mixmail.com writes:
>I need to prove to be alone the date and not the hour of a table with
>format
>timestamp.
>
>please.

Enzo,

I've used two different methods:

-The SQL string function substr(string) gets the parts of the result that
you need, where the date is cast as text.
-The PostgreSql SQL function epoch(timestamp) in your query gets the
timestamp as a numeric that the PHP function date() can format however you
want.

Good luck,
Gary

**************************************************************************
* Gary B. Hoffman, Computing Services Manager  e-mail: ghoffman@ucsd.edu *
* Graduate School of International Relations and Pacific Studies (IR/PS) *
* University of California, San Diego (UCSD)       voice: (858) 534-1989 *
* 9500 Gilman Dr.  MC 0519                           fax: (858) 534-3939 *
* La Jolla, CA 92093-0519 USA                 web: http://irps.ucsd.edu/ *
**************************************************************************





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

Предыдущее
От: "enzo venegas palacios"
Дата:
Сообщение: Re: format query
Следующее
От: "enzo venegas palacios"
Дата:
Сообщение: a new question