How to select two columns having different conditions for each colums from MySQL Database?
问题 For example lets consider a table like: lets say i want to select two columns. Column one should contain all the names before 2019-09-11 and column two should contain all the names after 2019-09-11. So basically there would be two different where conditions for the two columns. expected output would be: MySQL version is 5.6.34-log IS there anyway to do so? 回答1: lets say i want to select two columns. Column one should contain all the names before 2019-09-11 and column two should contain all