How can I make a nested select statment with LLBLGen?

I have the following sql statement.

Select * from Users where User.UserId in (select ManagerId from LnkUserManagers)

Thanks in advance.

link|improve this question
feedback

1 Answer

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.