Correct, an ORM is not a query builder, it's a record to object modeler.
You can run queries, but one of the things that is not supported is "inventing" new columns, which will cause issues with the data mapping, it is not implemented (altough as you can see technically it can work).