LEFT JOIN Using distinct?

后端 未结 3 650
一向
一向 2021-01-20 02:47

Originally, I have 15 employees on my table. Two of them have the same LastName.

If I leave the E.MAT_EMP selection as it is, it works fine and 15 emplo

3条回答
  •  别那么骄傲
    2021-01-20 03:30

    At the final query on SELECT statement specify columns' name that you want to show: [N°], [LastName], [FirstName] because the * indicates that you want to show all the columns that you have select previously.

提交回复
热议问题