| From: | "Ezequias Rodrigues da Rocha" <ezequias(dot)rocha(at)gmail(dot)com> |
|---|---|
| To: | pgsql-sql(at)postgresql(dot)org |
| Subject: | Between and miliseconds (timestamps) |
| Date: | 2006-11-10 14:28:53 |
| Message-ID: | 55c095e90611100628m1322eea5jeeca3a94d90e1eb1@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-sql |
Hi list,
I noticed that when we use the keyword between in SQL statements we must
considerer all the miliseconds with 6 digits.
I would like to know if we want to make a day selection we must use allways
the max of possibilities like:
select * from base.table
where when
between
'2006-09-06 00:00:00.000000'
and
'2006-09-06 23:59:59.999999'
order by 2
Is there a simplest way or not ?
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Atenciosamente (Sincerely)
Ezequias Rodrigues da Rocha
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
A pior das democracias ainda é melhor do que a melhor das ditaduras
The worst of democracies is still better than the better of dictatorships
http://ezequiasrocha.blogspot.com/
| From | Date | Subject | |
|---|---|---|---|
| Next Message | A. Kretschmer | 2006-11-10 14:44:58 | Re: Between and miliseconds (timestamps) |
| Previous Message | Stuart Brooks | 2006-11-10 10:21:02 | Constraint on multicolumn index |