i need to get the list of email ids from the table by using the below query.
"SELECT email_address FROM qtel_switch_ebill WHERE process_status='NO' AND (ebill_date+14)<=SYSDATE"
In my project we are using simplejdbctemplate. Which method i need to use to execute this query.
Thanks in advance.
Regards,
Sanjay


Reply With Quote

