Re: Substring Problem

Поиск
Список
Период
Сортировка
От Tino Wildenhain
Тема Re: Substring Problem
Дата
Msg-id 4829A96F.4060207@wildenhain.de
обсуждение исходный текст
Ответ на Re: Substring Problem  (<ludwig@kni-online.de>)
Ответы Re: Substring Problem
Список pgsql-general
ludwig@kni-online.de wrote:
> Type casting is required since 8.3, try
>
> SELECT substring(date :: varchar from 1 for 7) AS stryearmonth,
                      ^^^^^^

sorry but this hurts and should not recommended. I think depesz
approach with to_string() and the correct format string is the
better solution. (think of datetyle oddities) - one of the reasons
I believe most of the implicit casts have gone ayway.

> COUNT(id) AS countofnumber FROM (SELECT * from downloads ) AS foo GROUP
> BY stryearmonth ORDER BY stryearmonth ASC

btw, whats the reason for the subselect?

T.


Вложения

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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: PG -v- MySQL
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Making sure \timing is on