How query for the date Field
Posted: Wed Mar 21, 2007 8:20 am
Hi All,
I want to find the details of the payments that are made in the year 2000, 2001 and 2002 from back end - What is the query I have to use.
do i need to take the AP_Checks_All table or the AP_INVOICE_PAYMENTS_ALL ???
Can Any one help me out at the earliest ?
I would like to know the count of the payments made in that particular year.
select * from ap_checks_all, where i am able to see all the payments made from 1996 till date, but I am not able to catch the exact query to find out the details as said above for a particular year.
I want to find the details of the payments that are made in the year 2000, 2001 and 2002 from back end - What is the query I have to use.
do i need to take the AP_Checks_All table or the AP_INVOICE_PAYMENTS_ALL ???
Can Any one help me out at the earliest ?
I would like to know the count of the payments made in that particular year.
select * from ap_checks_all, where i am able to see all the payments made from 1996 till date, but I am not able to catch the exact query to find out the details as said above for a particular year.