hi.
i want to do a query about date. there is the code
select * from ab_date_def order by sdate between '2008-01-01'
and '2008-03-30' order by sdate
sdate:
2008-03-03 16:52:00
2008-03-07 15:12:00
2008-03-28 14:14:00
2008-01-25 17:45:00
2008-01-25 17:46:00
2008-03-03 16:52:00
i want to get in where only date not time.
plase help me
i want to do a query about date. there is the code
select * from ab_date_def order by sdate between '2008-01-01'
and '2008-03-30' order by sdate
sdate:
2008-03-03 16:52:00
2008-03-07 15:12:00
2008-03-28 14:14:00
2008-01-25 17:45:00
2008-01-25 17:46:00
2008-03-03 16:52:00
i want to get in where only date not time.
plase help me