Report: individuals: titles with corresponding names
Jump to navigation
Jump to search
Description: individuals: titles without names - occurring titles with frequency
Copy and paste the text between the lines into the reports section below "OR Leave Display, Criteria and Sort fields blank and enter direct SQL SELECT statement here:" and give it the title you think is appropriate
SELECT title, COUNT( * ) AS Total FROM tng_people WHERE title <> '' GROUP BY title ORDER BY title