Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
hyperman1
on June 27, 2022
|
parent
|
context
|
favorite
| on:
Show HN: PRQL 0.2 – a better SQL
If you have identical field names, you can do in sql:
Select * from a join b using (a_id)
Don't do this in Oracle though, pain follows when you try to touch an a_id column.
snthpy
on June 27, 2022
[–]
You can also do this in PRQL:
from a join b [a_id]
is the equivalent query.
Consider applying for YC's W25 batch! Applications are open till Nov 12.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: