I am using perl scripts to receive the documents. For this i need to verify the received time. So, i need to extract a field with date/time from oracle db. the data type of the field format is date. For this i am using the below query
select <fieldname> from <tablename>
If i use the above query, i am getting date only.
I would really appreciate if i get help from anyone...
select <fieldname> from <tablename>
If i use the above query, i am getting date only.
I would really appreciate if i get help from anyone...
Comment