how to use DISTINCT when I have multiple column in sql server

后端 未结 4 1670
半阙折子戏
半阙折子戏 2020-12-16 02:04

I have the following query:

select carBrand, carYear, carModel from cars;

what I want is to get only different car names.

I wrote t

4条回答
提交回复
热议问题