Which are the SQL improvements you are waiting for?

后端 未结 30 1313
感情败类
感情败类 2021-02-01 22:29

Dealing with SQL shows us some limitations and gives us an opportunity to imagine what could be.

Which improvements to SQL are you waiting for? Which would you put on t

30条回答
  •  失恋的感觉
    2021-02-01 23:15

    A relational algebra DIVIDE operator. I hate always having to re-think how to do all elements of table a that are in all of given from table B.

    http://www.tc.umn.edu/~hause011/code/SQLexample.txt

提交回复
热议问题