problem description there is a requirement that php fetch log data from multiple tables at once and return it (using mysql). The table is divided by time and processed by sub-tables, such as log_20180901 and log_20180902. Now you need to query the data...