0
我有表,看起來像這樣:同名不會再次重複在SQL查詢
employee table
================
number_new - number_old
123456(POC) 123456(POC)
654656(GSON) 9576767(VID)
55555 55555
546464(XML) 545454
我想輸出是這樣的:
123456(POC)
654656(GSON)-9576767(VID)
55555
546464(XML)-545454
請重新格式化您的問題,並確保其他人可以理解。我不知道你在做什麼。 –