I am having date in 14/08/2014 12:33:50 PM
( as TXNDate
)
and i am getting result 2014-08-14 13:19:38.153
if I select current date using GetDate()
function.
Now, my query is that I am having table 'EmpHistory
' in which I want only those rows whose FromDate
is '14/08/2014 12:33:50 PM
'(TXNDate
) but I have recorded FromDate
in Table as '2014-08-14 13:19:38.153
'
How do I can get result by Compare TXNDate
with FromDate