【发布时间】:2014-10-17 12:35:15
【问题描述】:
item_no parent item_no_child item_name text
123 3 xxx the item is resistant to water
123 5 yyy The item is resistant to heat
123 6 zzz The item is ....
我将给出父 item_no 作为输入并检索子项目编号。现在我必须检查每个子项目的文本,如果它们有相同的文本,我不应该显示 item_name 否则我应该。
【问题讨论】:
-
查找LAG函数