I believe you would want to cast the field
to a date like so select datefield::datefrom table1 or select datefield::time from
table1. From: Chris Hoover
[mailto:[EMAIL PROTECTED] I have several columns in my database that are timestamps. My
developers are asking me how to split the timestamp so that they can look at
either the date or at the time portion. |
- Re: [GENERAL] Splitting Timestamps Curtis Scheer
- Re: [GENERAL] Splitting Timestamps Reece Hart
- Re: [GENERAL] Splitting Timestamps Chris Browne