Hi i have the following records and i want to select November records only. 1/12/2004 2/12/2004 1/11/2004 2/11/2004 so what is the best SQL statement to get the answer? Note : i m using Access Database thanks
No.1 | | 82 bytes | |
Hi, try this Select * from Table where month(datefield)=11