Page 1 of 1

Sub query in Query Builder

PostPosted: Mon May 19, 2014 4:33 pm
by chaitanyas
Hi All,

I am pretty much new to Query Builder concept, can anyone please let me know, how to implement below SQL query in Query Builder,

Code: Select all
select tbl1.fld1 , (select tbl2.fld2 from tbl2 where tbl2.pk = tbl1.fk) from tabl1


Thanks in advance.

Re: Sub query in Query Builder

PostPosted: Thu May 22, 2014 9:34 am
by Ruben79
Why would you do that with a subquery instead of a join?