Re: date_part, how to use

Поиск
Список
Период
Сортировка
От Joel Burton
Тема Re: date_part, how to use
Дата
Msg-id JGEPJNMCKODMDHGOBKDNCEBHCOAA.joel@joelburton.com
обсуждение исходный текст
Ответ на date_part, how to use  (juerg.rietmann@pup.ch)
Ответы Re: date_part, how to use  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Список pgsql-sql
Will
 SELECT CAST( tpl_start_timestamp AS date )

work?

Sigh. CFML is so ugly. Anyway, hope this helps.


Joel BURTON | joel@joelburton.com | joelburton.com | aim: wjoelburton
Knowledge Management & Technology Consultant 

> -----Original Message-----
> From: pgsql-sql-owner@postgresql.org
> [mailto:pgsql-sql-owner@postgresql.org]On Behalf Of
> juerg.rietmann@pup.ch
> Sent: Tuesday, May 14, 2002 5:29 AM
> To: pgsql-sql@postgresql.org
> Subject: [SQL] date_part, how to use
> 
> 
> Hello there
> 
> How can I extract the date part from a timestamp ? Thanks for any help !
> 
> select * from transport_log
> where
> tpl_status != '0' and
> tpl_zylinder LIKE <cfif '#session.filter_zid#' EQ ''> '%' <cfelse> '
> #session.filter_zid#%' </cfif> and
> datepart('dd.mm.yyyy',tpl_start_timestamp) > <cfif '
> #session.filter_FromDate#' EQ ''> '01.01.1900' <cfelse> '
> #session.filter_FromDate#' </cfif>
> order by tpl_transport
> 
> 
> Regards ... jr
> 
> __________________________________________________
> 
> PFISTER + PARTNER, SYSTEM - ENGINEERING AG
> Juerg Rietmann
> Grundstrasse 22a
> 6343 Rotkreuz
> Switzerland
> 
> internet          :  www.pup.ch
> phone       : +4141 790 4040
> fax         : +4141 790 2545
> mobile            : +4179 211 0315
> __________________________________________________
> 
> 
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
> 


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

Предыдущее
От: Mathieu Arnold
Дата:
Сообщение: Re: order by
Следующее
От: "Joel Burton"
Дата:
Сообщение: Re: sort text field numerically