标签: sql
我有一个带有字段的客户表 CustomerID(PK),FName,LName,Address,Phone,DoB,username,password
CustomerID(PK)
FName
LName
Address
Phone
DoB
username
password
所以我需要在新用户使用并且已经存在username
例如:如果表格中包含用户名为qwerty且另一位新用户输入qwerty作为其用户名的详细信息,则应调用触发器