lessql icon indicating copy to clipboard operation
lessql copied to clipboard

How to Join Two Tables

Open mhmbox opened this issue 7 years ago • 0 comments

I would like to compose a query this way:

$query = $orm->table();
              ->where('foo_id', $foo['id'])
              ->like('foo_name', '%DP') 
              ->fetch();

it's possible?

mhmbox avatar Jul 06 '18 15:07 mhmbox