这个语句应该怎么改
select*fromtbl_topicwhereboardId=4andtopicidin(selecttopicIdfromtbl_replyorderbymodif...
select * from tbl_topic where boardId=4 and topicid in ( select topicId from tbl_reply order by modifytime desc)
错误提示:消息 1033,级别 15,状态 1,第 1 行
除非另外还指定了 TOP 或 FOR XML,否则,ORDER BY 子句在视图、内联函数、派生表、子查询和公用表表达式中无效。 展开
错误提示:消息 1033,级别 15,状态 1,第 1 行
除非另外还指定了 TOP 或 FOR XML,否则,ORDER BY 子句在视图、内联函数、派生表、子查询和公用表表达式中无效。 展开
3个回答
展开全部
select * from tbl_topic where boardId=4 and topicid in ( select topicId from tbl_reply )
order by modifytime desc
或
select * from tbl_topic where boardId=4 and topicid in ( select topicId from tbl_reply )
order by modifytime desc
或
select * from tbl_topic where boardId=4 and topicid in ( select topicId from tbl_reply )
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
select * from tbl_topic where boardId=4 and topicid in ( select topicId from tbl_reply )
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询