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.
我有一个产品采购系统,我想要一个格式为 PID*n* 的唯一标识符,其中n是一个自动递增的数字。
VB6 和 MySQL 如何做到这一点?
这是不可能的。您可以为自动增量整数添加前缀和填充,也可以使用触发器组合两个单独的列。请参阅此答案以获得更好的解释。