What day is it - when it isn't NOW()?

Поиск
Список
Период
Сортировка
От tomg@sqlclinic.net
Тема What day is it - when it isn't NOW()?
Дата
Msg-id Pine.LNX.4.44.0308011423030.28566-100000@q8.nrnet.org
обсуждение исходный текст
Ответы Re: What day is it - when it isn't NOW()?
Re: What day is it - when it isn't NOW()?
Список pgsql-sql
Hi,

SELECT to_char(now(), 'Day');  returns Friday as I'd hoped.
But how do I return the day of the week for a specific date other
than now()?  I'm looking for something along the lines of:
SELECT to_char('2003-08-04', 'Day') without much success.

Can anyone point me to the right function/combination of functions
to achieve this?

Thanks!

-----------------------------------------------------------------------
Thomas Good                                  e-mail: tomg@sqlclinic.net
Programmer/Analyst                           phone:   (+1) 718.818.5528
Residential Services                         fax:     (+1) 718.818.5056
Behavioral Health Services, SVCMC-NY         mobile:  (+1) 917.282.7359

// Welches ist das groessere Verbrechen?
// Massenvernichtungswaffen besitzen oder sie erfinden?




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

Предыдущее
От: Jamie Lawrence
Дата:
Сообщение: Re: Fwd: Bad Join moment - how is this happening?
Следующее
От: Rod Taylor
Дата:
Сообщение: Re: What day is it - when it isn't NOW()?