Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一列用于插入未声明为主键的 ID,但我必须防止重复输入任何 ID。 如何查找一个ID是否已经插入到oracle数据库中?如果 db 中已经存在 ID,则用户无法重新输入 ID。 我该怎么做??
在列上创建唯一约束。