Essentially, I want to get all members who expire in the date range
provided (month of September, etc).
Members have multiple memberships, for however long their terms are.
You can't just do the between in the first query as far as I can tell,
because that will get -all- memberships in the range. I want just the
ones where there's no membership expiring after it.
--
Jack Timmons
@_Codeacula
Bounce it to the outside query?
I figured that MySQL would perform a grouping faster on less data than
having the whole table to do through. (99/Lifetime members, for
example, don't need to be parsed).
I'm Mr. T. and I'm a Nightelf Mohawk (heyyy)
So don't gimme no backtalk.
--
Jack Timmons
@_Codeacula
`csr`.`memberships```````````````
--
Jack Timmons
@_Codeacula
I'm confused. Which site?
Do I have an active one in any case?
--
Jack Timmons
@_Codeacula
I'll give that a shot in the mornin' and post back the results.
Did you check your TCP/IP settings?
Want this dog?
--
Jack Timmons
@_Codeacula
Final query:
Thanks for the inspiration!
--
Jack Timmons
@_Codeacula