आप IN क्लॉज की तलाश में हैं
select row_x from table_1
where row_y
IN (
select row_a from table_2 where row_b = x
)
आप IN क्लॉज की तलाश में हैं
select row_x from table_1
where row_y
IN (
select row_a from table_2 where row_b = x
)