Hãy thử điều này:
select person, type from table
where type = '1'
and person not in (select person from table where type is null)
Hãy thử điều này:
select person, type from table
where type = '1'
and person not in (select person from table where type is null)
Truyền một mảng dữ liệu làm tham số đầu vào cho một thủ tục Oracle
Truy vấn nhanh nhất để kiểm tra sự tồn tại của một hàng trong Oracle?
sqlplus cách tìm chi tiết về phiên cơ sở dữ liệu hiện được kết nối
cx_Oracle:Làm cách nào để lặp lại tập hợp kết quả?
Đang đợi một công việc đã gửi kết thúc trong Oracle PL / SQL?