$db->query('select count(*) from table_one')->into($row1); $db->query('select count(*) from table_two')->into($row2);