Results 1 to 2 of 2

Thread: getting values in a particular range

  1. #1
    Join Date
    Jul 2007
    Posts
    4

    getting values in a particular range

    hi!
    i have one datatable with date and some more fields are there in that. i want to query to return values from a particular date to another date. how can i do this? please help me!
    thanks in advance!
    Last edited by sureshp; 07-26-2007 at 02:32 AM. Reason: some changes in additional options

  2. #2
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    You can use WHERE date BETWEEN date1 AND date2.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •