Thanks RMG for the quick response,
I guess I already did that before,i already changed the Data type
with Column variable DATED with input Field Type is JAVA.lan.string.
I just got one more Question If You can help me out with this
i inserted those dates in format yyyy-mm-dd hh:mm:ss.fffffffff
i am able to extract that values with respect to yyyy-mm-dd
SQL Select * from Table_name Where t1.DATED= DATE’2004-08-25’
is working fine.
But if i need to extract these value depend upon the time values hh:mm:ss same logic is not working .
Select * from Table_name Where t1.DATED= DATE’2004-08-25 12:12:12.fffffffff’
I will appreciate.
Thanks.
#Adapters-and-E-Standards#webMethods#Integration-Server-and-ESB