strftime or date_format like function?

Поиск
Список
Период
Сортировка
От Zsolt Varga
Тема strftime or date_format like function?
Дата
Msg-id Pine.LNX.4.10.9905310017220.5337-100000@lupus.agria.hu
обсуждение исходный текст
Список pgsql-sql

hi!

I wonder, but is it possible to make 
a format like this: '1999.02' from the date '1999-02-01'

in mysql:select date_format('Y.m', date_field) from table;

so basicly I'm looking for a strftime() like function
thanks,
    redax




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

Предыдущее
От: Zsolt Varga
Дата:
Сообщение: Strftime or Date_format like function?
Следующее
От: Heiko Wilms
Дата:
Сообщение: Database Design question