PL / SQL游标返回重复项

时间:2018-12-01 17:24:28

标签: oracle plsql cursors

我的光标每行返回两次,但我不知道如何停止它。有人可以帮忙吗?非常感谢。

# docall(...)
                        host user.self sys.self elapsed user.child sys.child          result
2                 github.com     0.004    0.004  15.007          0         0  192.30.253.112
21         stackoverflow.com     0.003    0.000   5.005          0         0  151.101.193.69
3                 google.com     0.000    0.000   0.040          0         0   172.217.15.78
4                  yahoo.com     0.001    0.000   0.040          0         0     72.30.35.10
5  www.this-wont-resolve.com     0.003    0.001   0.267          0         0           Error
6                  cisco.com     0.001    0.000   0.041          0         0    72.163.4.185
7          bankofamerica.com     0.002    0.000   5.005          0         0 171.159.228.150
8                  apple.com     0.000    0.003   5.005          0         0   17.142.160.59
9              microsoft.com     0.001    0.001   5.003          0         0      40.76.4.15
10              curl.haxx.se     0.001    0.000   0.061          0         0  151.101.250.49

1 个答案:

答案 0 :(得分:0)

要删除duclipcates,请在选择后使用distinct关键字:

 select distinct en, ln, pn