How do I delete duplicate rows and keep the first row?

前端 未结 4 1731
暖寄归人
暖寄归人 2020-12-09 06:11

I made a mistake and I have unwanted duplicates.

I have a table with 4 key fields. A1, k1, k2, k3.

4条回答
  •  再見小時候
    2020-12-09 06:34

    You need a separator in your concat function, because otherwise "a", "b", and "cd" is the same as "abcd", "", "".

提交回复
热议问题