I'm trying to do a MySQL query which results in distinct columns for each WHERE clause. Like an alias for them. Let's say I have a table with a column and some arbitrary data, strings for instance. I'm trying to do a MySQL query which results in
I'm trying to do a MySQL query which results in distinct columns for each WHERE clause. Like an alias for them. Let's say I have a table with a column and some arbitrary data, strings for instance. I'm trying to do a MySQL query which results in