Hacker News new | ask | show | jobs
by ttfkam 846 days ago

    For example, why not allow the following expression as a legal statement:

    tablename;
FYI, in Postgres you can write

    TABLE tablename;