select a.id,a.name from (select * from table1) a 在Ibatis中报错,请问如何改正? 我来答 可选中1个或多个下面的关键词,搜索相关资料。也可直接点“搜索资料”搜索整个问题。 ibatis select a.id a.name table1 搜索资料 3个回答 #热议# 海关有哪些禁运商品?查到后怎么办? 小诸123 2012-11-05 · 超过13用户采纳过TA的回答 知道答主 回答量:31 采纳率:0% 帮助的人:31.9万 我也去答题访问个人页 关注 展开全部 1. 查看table1是否存在 id、name这两个字段;2. 如果该语句是通过封装的函数去执行的,需查一下这个函数 本回答由提问者推荐 已赞过 已踩过< 你对这个回答的评价是? 评论 收起 百度网友4b68195 2012-11-05 · TA获得超过1520个赞 知道大有可为答主 回答量:1773 采纳率:100% 帮助的人:1734万 我也去答题访问个人页 关注 展开全部 select id,name from table1 这样就可以了。 已赞过 已踩过< 你对这个回答的评价是? 评论 收起 晨光0703 2012-11-06 · 沉淀能力,积累经验,涅槃重生 晨光0703 采纳数:68 获赞数:1336 向TA提问 私信TA 关注 展开全部 select a.id,a.name from table1 a; 已赞过 已踩过< 你对这个回答的评价是? 评论 收起 收起 更多回答(1) 推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询 其他类似问题 2015-06-12 这个sql语句:where exists (select 1 from table22 b where b.id2 = a.id1)是什么意思啊 9 2015-07-16 select t.a,t.b,(select s.c from table1 s where t.id=s.tid) as c, sum(t.sal) from table t 如何分组 2013-12-31 请教一下iBatis中怎么写 set @a:=0;select @a:=@a+1 from table这种形式的语句 2 2016-12-18 delete from table1 a where exists(select 1 from table2 b where a.id=b.id) 这句话中 2 2015-09-15 mysql 子查询问题:select * from (select * from table1 ) as A ,出错怎么办? 1 2015-01-20 sql 查询语句,遇到这样的麻烦,select * from A where A_id in (1,1,2,2,3) 2016-01-20 能不能select *from table1 as a 然后 select*from a ? 8 2018-03-08 SQL中select a.name,a.addr,b.title from student as a left join class as b on a.classid=b.id 7 更多类似问题 > 为你推荐: