I'm getting ResultSet time between time period.
EX:
SELECT * FROM tbl_name WHERE date BETWEEN month1 AND month5;
then I want to divided that ResultSet in to month1 to month2, month2 to month 3, etc. if any one know how to do it reply this..
thanx....
EX:
SELECT * FROM tbl_name WHERE date BETWEEN month1 AND month5;
then I want to divided that ResultSet in to month1 to month2, month2 to month 3, etc. if any one know how to do it reply this..
thanx....
Comment