-- To get distinct value of a column select distinct [ship mode] from orders; Select distinct [order date] from orders order by [order date]; -- i want to select two column select distinct [order date ...
Now we need to change all duplicate values to null. In other words, after grouping by the first two fields (or one of them), only the first record in the group remains unchanged, and the first two ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results