query that displays the transaction for the whole month help
787358Sep 4 2010 — edited Sep 7 2010here is my sample query:
select * from table where date='09-03-2010' -------> this displays only one day transaction
wat if i want to display the transaction for the whole month and pass only one date?
can somebody help me about this?