Allows specifying SQL table_name.column_name as select_alias syntax in a DB-agnostic way.
The column name to select.
Optionally rename to a different output name than column_name.
Optionally define which table or join alias this column comes from.
See Implementation
Allows specifying SQL table_name.column_name as select_alias syntax in a DB-agnostic way.