strsql = "select * from user_Info where user_ID='" 解释下 我来答 可选中1个或多个下面的关键词,搜索相关资料。也可直接点“搜索资料”搜索整个问题。 strsql select user_info where 搜索资料 1个回答 #合辑# 面试问优缺点怎么回答最加分? liuyang054 2016-05-02 · TA获得超过9093个赞 知道大有可为答主 回答量:5317 采纳率:78% 帮助的人:5308万 我也去答题访问个人页 关注 展开全部 定义了一个字符串 名字为strsql , 值为后面的双引号之间的内容意思是:通过user_ID查询user_Info表的内容。 已赞过 已踩过< 你对这个回答的评价是? 评论 收起 推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询 其他类似问题 2017-07-11 如何解释SQL语句:select * from user,info where user.u_id=info.uid 4 2017-10-01 " select * from userinfo where userid=' " + TextBox1.Text+" ' " 1 2018-05-16 String sql="select * from user_info where u_name=? and u_password=? and u_power=?"; 1 2013-05-10 sql语句的where查询语句中‘SELECT userid,name FROM tuser WHERE userid=?’是什么意思? 6 2018-03-31 这个String sql="select count(*) from userinfo where username=? and userpass 2 2018-03-04 select * from users where username = ? and pwd = ? 14 2017-08-09 SQL 语句Select * From UserInfo where UserName=' "+UserName+" ' 2018-02-26 SQL语句理解 select * from B where (select count(1) as num from A where A.ID = B.ID) = 0 56 更多类似问题 > 为你推荐: