22,294
社区成员
发帖
与我相关
我的任务
分享
select oi.sid case when bi.sid is not null then 'WIN_TAKING' else 'TAKING' end
from order_info oi left join bidding bi on oi.sid = b.order_sid
[Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'case when bi.sid is not null then 'WIN_TAKING' else 'TAKING' end
from order_i' at line 1