rkrishn7 opened a new issue, #17361:
URL: https://github.com/apache/datafusion/issues/17361

   ### Is your feature request related to a problem or challenge?
   
   In the spirit of making SQL a bit more 
[friendly](https://duckdb.org/docs/stable/sql/dialect/friendly_sql.html) in DF, 
we can allow aliases in a few more places.
   
   ### Describe the solution you'd like
   
   Take a bit more inspiration from DuckDB's Friendly SQL. Specifically:
   
   - Support lateral column aliases (e.g.: `SELECT a AS b, b + 1 AS c FROM t`)
   - Support column aliases in `WHERE` (we already do this in `HAVING`, `GROUP 
BY`, etc.)
   
   ### Describe alternatives you've considered
   
   _No response_
   
   ### Additional context
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to