
June 24th, 2011, 02:02 PM
|
|
Registered User
|
|
Join Date: Jul 2009
Posts: 14
Time spent in forums: 4 h 40 m 58 sec
Reputation Power: 0
|
|
|
Cast from datetime to date does nothing
I am trying to cast datetime to date using the following
select log.lid, cast(log.ldate as date), log.clid, log.staid, log.emid
from tblclientlog_oes log
Resulting date comes back as datetime. Is firebird cast broken and cannot distinguish a difference between date and datetime? if so, what would be some other ways to do it.
|