I\'m creating a view that is using data that comes from the same table twice. As a result, same column names appear twice.
Thus, i need to give aliases to these colu
SELECT alias.* does certainly work in mysql >= 5.6