Hacker News new | past | comments | ask | show | jobs | submit login

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



Seems easy enough to work around with a magic table name in this hypothetical future reworked dialect of SQL?

    from @@special
    select version


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: