String sql2="select count(0) from user_info where user_name='"+name+"'and password='"+password+"'" 这个语句中的count(0)是什么意思?如果是统计列的话不是count(*)吗... 这个语句中的count(0)是什么意思?如果是统计列的话不是count(*)吗 展开 我来答 可选中1个或多个下面的关键词,搜索相关资料。也可直接点“搜索资料”搜索整个问题。 string sql2 select count user_info 搜索资料 1个回答 #热议# 网上掀起『练心眼子』风潮,真的能提高情商吗? 康熙转世 推荐于2016-11-02 · TA获得超过6839个赞 知道大有可为答主 回答量:4325 采纳率:85% 帮助的人:2955万 我也去答题访问个人页 关注 展开全部 count()函数传入任何常量是不影响统计结果的也就是说count('0')或count(*)或是count('abc')都一样 已赞过 已踩过< 你对这个回答的评价是? 评论 收起 推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询 其他类似问题 2018-03-31 这个String sql="select count(*) from userinfo where username=? and userpass 2 2018-02-05 String sql = "select * from userinfo where username=?;"; 3 2018-05-16 String sql="select * from user_info where u_name=? and u_password=? and u_power=?"; 1 2014-12-06 String sql = "select * from login where name='"+username+"' and password='"+password+"'"; 18 2018-05-07 String sql="select * from userlogin where username LIKE '%,"+name+",%' OR username LIKE '%,"+name+"' 5 2017-07-11 如何解释SQL语句:select * from user,info where user.u_id=info.uid 4 2012-06-01 急: sql="select & from user_info where UserName='"+UserName+"'" and Password="+Password"; 1 2011-08-18 SQL 语句Select * From UserInfo where UserName=' "+UserName+" ' 49 更多类似问题 > 为你推荐: