Skip to:
Similarly to db aliases not supporting a dot, result aliases don't appear to support a dot either.
e.g. SELECT x as `my.property` ORDER by `my.property`.sub
This was resolved along with the linked ticket.
Similarly to db aliases not supporting a dot, result aliases don't appear to support a dot either.
e.g. SELECT x as `my.property` ORDER by `my.property`.sub