hi all,
may i know how to assign '' (empty string) for a varible is null which type is datetime?
example:
select EnterTime from LoginTable
if the EnterTime is null, this query will return
NULL
but right now, i need to get ' ' not NULL.
any idea?
thanks 1st