The dates for each member type are stored as a serialized array under the member_data column. When I did it, I didn’t envisage ever really using it in a way that required a search. I will get round to using the people_meta table to store that data, so it can be used more easily – actually probably for the next update!
For now something like…
SELECT * FROM p_jw4au4_church_admin_people WHERE member_data REGEXP ‘.*”3″;s:[0-9]’
may work! https://stackoverflow.com/questions/4116419/mysql-select-query-within-a-serialized-array
What will work is using a php script to grab the records, unserializing the member_data array and looking for an array_key 3