Dear friends,
i want to retrieve all the records in date_of_call is 11/18/2006.
date_of_call call_id dept_id
--------------- ----------- ----------
11/18/2006. 4508 cs22
1/7/1970 3434 DE2
date_of_call is date datatype.
Arun....
i want to retrieve all the records in date_of_call is 11/18/2006.
date_of_call call_id dept_id
--------------- ----------- ----------
11/18/2006. 4508 cs22
1/7/1970 3434 DE2
date_of_call is date datatype.
Arun....
Comment