mysql update query update A SET acid = (SELECT);
巴扎黑
巴扎黑 2017-05-25 15:08:15
0
1
716

Is there any way to complete this update?

update A SET A.acid = (SELECT B.acid From B where B.id = A.qnid);
巴扎黑
巴扎黑

reply all(1)
習慣沉默

That’s it for you

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template