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.
我有一个名称和一个日期条目。
如果名称相同,我如何创建一个唯一的日期?
您可以在(名称,日期)上创建唯一索引。
检查数据库中是否存在可用的名称_日期组合......在数据库中插入新记录之前......
如果条目存在,则显示警报框,否则输入记录