informer30
MIS
Hi All,
please can you advise how the following is possible?
select *
from table1
where
trunc(started) >= '09-Aug-2010'
and started < sysdate
The line
trunc (started) i.e. field is not even available in the table, how can this work I am lost?
Many Thanks
please can you advise how the following is possible?
select *
from table1
where
trunc(started) >= '09-Aug-2010'
and started < sysdate
The line
trunc (started) i.e. field is not even available in the table, how can this work I am lost?
Many Thanks