当前位置:网站首页>sql语句模糊查询遇到的问题
sql语句模糊查询遇到的问题
2022-07-03 04:50:00 【CSDN问答】
问题遇到的现象和发生背景
sql语句模糊查询查不到数据
问题相关代码,请勿粘贴截图
StringBuilder sSelectSql =new StringBuilder( "select * from userInfo where 1=1"); List<SqlParameter> parameters = new List<SqlParameter>(); if (!string.IsNullOrEmpty(user.code)) { //根据用户账号精准查询 sSelectSql.Append(" AND [email protected]"); parameters.Add(new SqlParameter("@code", user.code)); } if (!string.IsNullOrEmpty(user.name)) { //模糊查询输入用户姓名 sSelectSql.Append(" AND [email protected]"); parameters.Add(new SqlParameter("@name", "%"+user.name+ "%")); }运行结果及报错内容
账号查找可以实现,但是姓名查找查不到
我的解答思路和尝试过的方法
sql语句模糊查询格式不对吗
我想要达到的结果
求各位能人帮解决一下
边栏推荐
- Do you know UVs in modeling?
- Leetcode simple question: check whether the array is sorted and rotated
- 2022 P cylinder filling test content and P cylinder filling simulation test questions
- [luatos sensor] 2 air pressure bmp180
- Market status and development prospect prediction of global fermented plant protein industry in 2022
- JS multidimensional array to one-dimensional array
- Literature reading_ Research on the usefulness identification of tourism online comments based on semantic fusion of multimodal data (Chinese Literature)
- Market status and development prospects of the global IOT active infrared sensor industry in 2022
- 7. Integrated learning
- The current market situation and development prospect of the global gluten tolerance test kit industry in 2022
猜你喜欢

Symbol of array element product of leetcode simple problem

联发科技2023届提前批IC笔试(题目)

MediaTek 2023 IC written examination approved in advance (topic)

UiPath实战(08) - 选取器(Selector)

Handling record of electric skateboard detained by traffic police
![[luatos sensor] 2 air pressure bmp180](/img/88/2a6caa5fec95e54e3fb09c74ba8ae6.jpg)
[luatos sensor] 2 air pressure bmp180

After reviewing MySQL for a month, I was stunned when the interviewer of Alibaba asked me

Cross platform plug-in flutter for displaying local notifications_ local_ notifications

Network security textual research recommendation
![[USACO 2009 Dec S]Music Notes](/img/e6/282a8820becdd24d63dcff1b81fcaf.jpg)
[USACO 2009 Dec S]Music Notes
随机推荐
General undergraduate college life pit avoidance Guide
联发科技2023届提前批IC笔试(题目)
[set theory] relational representation (relational matrix | examples of relational matrix | properties of relational matrix | operations of relational matrix | relational graph | examples of relationa
Market status and development prospects of the global IOT active infrared sensor industry in 2022
Hj35 serpentine matrix
Priv app permission exception
Reptile exercise 02
I've been in software testing for 8 years and worked as a test leader for 3 years. I can also be a programmer if I'm not a professional
SSM based campus part-time platform for College Students
C language self-made Games: Sanzi (tic tac toe chess) intelligent chess supplement
Market status and development prospect prediction of global SoC Test Platform Industry in 2022
Concurrent operation memory interaction
Market status and development prospect forecast of global heat curing adhesive industry in 2022
Market status and development prospects of the global autonomous marine glider industry in 2022
Market status and development prospect prediction of the global fire extinguisher industry in 2022
M1 Pro install redis
Leetcode simple question: check whether the string is an array prefix
The least operation of leetcode simple problem makes the array increment
Library management system based on SSM
Two drawing interfaces - 1 Matlab style interface