一些代码片段:$this->db->where('id',$outfit_id);$this->db->update('outfit_main',$data);//Deleteproductsettingsforspecificoutfit(Theyareaddedbelowwithnewvalues)$this->db->where('outfit_id',$outfit_id);$this->db->delete('outfit_products');//Deleteoutfit_imagesforspecificoutfitaswell.Theyarealsoaddedbelow
我从SQLite收到这个错误,near",":syntaxerror(code1):,编译时:UPDATEOutfitItemSEToutfit_img_relative_pos_x=?,clothing_item_ID=?,outfit_img_relative_pos_y=?,outfit_img_relative_size_width=?,outfit_ID=?,outfit_img_relative_size_height=?WHERE(outfit_ID,clothing_item_ID)=(60,5)有人可以帮我找出错误吗?以下是编译后的代码...//---updatesa