【发布时间】:2016-07-21 12:21:39
【问题描述】:
我需要比较两列并仅提取差异。 例如:
Column 1 Column 2 Column 3
c:\windows\system32\a.exe c:\windows\system32\a.exe null
c:\windows\system32\a.exe c:\windows\syswow64\a.exe return system32 or syswow64 / return both of them
【问题讨论】: