How to select and delete every 3rd column

后端 未结 3 1632
长发绾君心
长发绾君心 2021-01-14 15:56

I have a set of data where every third column is the same. I want to leave only the first column and other which are the same must be deleted.

At first I tried this

3条回答
  •  情话喂你
    2021-01-14 16:10

    Reverse the direction. Start deleting from the right. I think you know how to modify your code

提交回复
热议问题