1.如果需要联系其他的表需要使用using语句
2.不能使用别名,要不然会无法执行
比如下面这个例子:
delete from xy_keys using xy_keys,xy_users where xy_users.email=\'xx\' and xy_keys.thekey=xy_users.username;
1.如果需要联系其他的表需要使用using语句
2.不能使用别名,要不然会无法执行
比如下面这个例子:
delete from xy_keys using xy_keys,xy_users where xy_users.email=\'xx\' and xy_keys.thekey=xy_users.username;