精通SQL语句的大神帮我改下,提示无法绑定由多个部分组成的标识符
发布网友
发布时间:2022-04-09 18:52
我来回答
共1个回答
热心网友
时间:2022-04-09 20:21
你这个也忒复杂了吧。
居然整个语句错误的,那么就先看看
select
top 20 m.id,
(select c.username from hswj_user c where c.id=m.userid) as username,
(select d.nikename from hswj_user d where d.id=m.userid) as nikename,
m.lastip,m.addtime
from hswj_user s,hswj_log m
where s.id=m.userid
order by m.addtime desc,m.id asc
我只要50分,嘿嘿