| From: | juerg(dot)rietmann(at)pup(dot)ch |
|---|---|
| To: | pgsql-sql(at)postgresql(dot)org |
| Subject: | date_part, how to use |
| Date: | 2002-05-14 09:29:01 |
| Message-ID: | OFDC452099.4848EA7C-ONC1256BB9.0033CAEB-C1256BB9.003429AB@pup.ch |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-sql |
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
__________________________________________________
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Mathieu Arnold | 2002-05-14 11:49:41 | order by <something wierd> |
| Previous Message | Tom Lane | 2002-05-14 02:11:18 | Re: Various PostgreSQL questions |