Hi all experts,
Currently i have a problem coding in sql query and hope someone expert can answer me.
I have a table with the following values (simplified)
Name in_date out_date
able 12/03/2008 14/03/2008
bravo 10/02/2008 17/03/2008
able 18/03/2008 null
Ok so my result if i want to obtain results for a period from 01/03/2008 to 31/03/2008
able 18/03/2008
bravo 10/02/2008 17/03/2008
SO how do we code for this? thanx