while select * from Table1 where Table1.cid == m_pcq.cid join Table2 where Table2.tid == Table1.tid { this.send(Table2); }