I have a database that consists of many tables that contain data on a resident. the table is separated by year of birth and month. for example those born in 01 of 1980, then the data is stored with the name table table_8001, and so on.
so I will create a searching function by inputting a resident id or name.
how to make a searching using many of these tables?