Hi, How to write a nest query like `select * from ...
# exposed
v
Hi, How to write a nest query like
select * from A where A.id in (select id in B)
?