【发布时间】:2021-04-12 16:00:32
【问题描述】:
我有一张表格,格式如下:
ItemNo ItemDesc
11111 Item01 Description
11111 Item01 Description2
11111 <NULL>
22222 <NULL>
33333 Item03 Description
33333 Item03 Description2
33333 <NULL>
我想找到独特的物品 22222.TIA。
【问题讨论】: