i want a query that can give me the output of all the records between this two dates using between
Which Dates..
--Shastry
So you already know which query you want to make, what's the problem?
u can try something like this
select * from abc where firstdate>'2002-04-01' and lastdate<'2002-04-10';
try the code and get back