$results = $surreal->select('*')->subQuery(function() use($surreal) { return $surreal->select('age >= 18 AS adult')->tables('author'); })->exec();