Database

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • Date

    1 answers - 256 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    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

    Madhivanan

Re: Date


max 4000 letters.
Your nickname that display:
In order to stop the spam: 9 + 8 =
QUESTION ON "Database"

VISUAL C++ TECH