Which are the SQL improvements you are waiting for?

后端 未结 30 1342
感情败类
感情败类 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 22:52

    Comments for check constraints. With this feature, an application (or the database itself when raising an error) can query the metadata and retrieve that comment to show it to the user.

提交回复
热议问题