viHistory Census Search
SQL for ths search
SELECT public."vcensus1901".*, (SELECT count(id) from public.reclinkWHERE ((reclink.table1_name='census' AND reclink.table1_year='1901' AND reclink.table1_id="vcensus1901".census_record_id) or (reclink.table2_name='census' AND reclink.table2_year='1901' AND reclink.table2_id="vcensus1901".census_record_id))) as link_count from public."vcensus1901"
WHERE (upper(location_02) similar to 'victoria+city') AND (upper(location_03_id) similar to 'd')
ORDER BY family_name asc, given_name asc, middle_name asc
Your search returned no records.
Check spelling, try variations, or use "wild cards" to improve the search results.
Also check that you have not used fields that are not applicable to the selected census years. If colored dots appear next to the field label, that field is not applicable to all census years.
See the search tips page for more help.