gpt4 book ai didi

mysql - 不唯一的表/别名 : table name

转载 作者:行者123 更新时间:2023-11-29 08:54:43 26 4
gpt4 key购买 nike

我收到错误错误号:1066

不唯一的表/别名:“fixed_asset_reissue”

SELECT * FROM 
(`fixed_asset_reissue`, `fixed_asset_reissue`)
RIGHT JOIN `fixed_asset_distribution` ON
`fixed_asset_distribution`.`fixed_asset_list_id`=
`fixed_asset_reissue`.`fixed_asset_list_id`
WHERE `customer` = 'R/00567/00'

代码是

$get2= $this->db->select('*')
->from('fixed_asset_reissue')
->join('fixed_asset_distribution','fixed_asset_distribution.fixed_asset_list_id=fixed_asset_reissue.fixed_asset_list_id','right')
->where('customer',$cust_id);
$data['reissue']=$get1->get('fixed_asset_reissue')->result();

最佳答案

从 get 语句或 from 语句中删除此“fixed_asset_reissue”形式。这就是问题所在

关于mysql - 不唯一的表/别名 : table name,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10281116/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com