Mysql – How to Concatenate the output of multiple Queries output based on a specific column?
I have multiple queries in the following format: Query 1: Select id,first_name,middle_name from table1 where id < 4 Output 1: id first_name middle_name 1 Linda Marie 2 Mary Alice 3 John Steven Query 2: Select id,last_name from table2 where id…