Oracle 使用exists命令查询数据无效

2025-04-06 21:58:54
推荐回答(1个)
回答1:

用法就不对。

select tubecode from etchingaoi a where exists (select 1 from (select tubecode from etchingaoi where tubecode='1098I00389') t where a.tubecode=t.tubecode)

exist里要关联的,不过单纯你这个来说,用不着使用exists。