Select distinct error in MySQL when using Doctrine
I have user
, position
and unit
table.
If I use select distinct
, the result does not contain any column of position
and unit
:
I have user
, position
and unit
table.
If I use select distinct
, the result does not contain any column of position
and unit
: