此错误如何解决?谢谢 [ 新手入门 ]
此错误如何解决?
CDbCommand failed to execute the SQL statement: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '40250f2000002' for key 'PRIMARY'
共 4 条回复
-
tianlan654 回复于 2012-01-18 09:59 举报
CDbCommand failed to execute the SQL statement: SQLSTATE[23000]: Integrity constraint violation: 1052 Column 'themeId' in where clause is ambiguous 这个问题怎么解决。themeId是主键来的
-
tianlan654 回复于 2012-01-18 10:28 举报
问题是在关联的过程中theme表自动生成别名为t,
直接用theme.themeId造成不明确,
因为很多表有themeId这个字段,
我添加别名t上去就Ok了, $criteria->addCondition('t
.themeId='.$themeId)
yii
注册时间:2011-02-25
最后登录:2023-09-08
在线时长:2小时12分
最后登录:2023-09-08
在线时长:2小时12分
- 粉丝2
- 金钱200
- 威望0
- 积分220