Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
BeefWellington
on Jan 25, 2022
|
parent
|
context
|
favorite
| on:
PRQL – A proposal for a better SQL
You've never authored a SQL query that does things like check special functions that don't exist in a table?
For example:
select @@version
fragmede
on Jan 25, 2022
[–]
Seems easy enough to work around with a magic table name in this hypothetical future reworked dialect of SQL?
from @@special select version
tapas73
on Jan 26, 2022
|
parent
[–]
or
from dual select @@version
Join us for
AI Startup School
this June 16-17 in San Francisco!
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
For example: