When not using #18 and returning objects, we should force aliases against expressions that _are not_ names or identifiers. E.g., ``` SELECT count(*) FROM foo ``` count(*) should be aliased rather than keyed as `count(*)`
When not using #18 and returning objects, we should force aliases against expressions that are not names or identifiers.
E.g.,
count(*) should be aliased rather than keyed as
count(*)