Thomas Müller Wed, 17 Mar 2010 07:46:05 -0700
Hi, > but ... is there any data type which only includes date and not includes > time ?
Yes: DATE. cast(... as date) Regards, Thomas