I have a member Table with member_Id
a mmship table with columns mmshipstart date and member_Id and mshipstatus_Id
another table mshipstatustype with columns mshipstatus_Id and mshipstatus_name
I have got mshipstatus_name row value is prospective……
how do i get the number of members(count) per month those are having mshipstatusname is prospective
can i get the count starting from mmshipstart date .
would any one help me out…
I am new to joins would any one pls help….
The following should do the trick:
(you can change the getdate() with another date).