当前位置:网站首页>SQL Server查询区分大小写
SQL Server查询区分大小写
2022-06-10 20:59:00 【sichuanwww】
默认情况下,select语句是不区分大小写的,语句形式为:
string strSelect = "select UserName from UserInfor where
UserName [email protected] and
UserPWD [email protected]";
string strSelect = "select UserName from UserInfor where
UserName [email protected] and
UserPWD [email protected]";如果需要区分大小写,则需要写成:
string strSelect = "select UserName from UserInfor where
UserName collate [email protected] and
UserPWD collate [email protected]";
string strSelect = "select UserName from UserInfor where
UserName collate [email protected] and
UserPWD collate [email protected]";
边栏推荐
- Mysql的回表查询?如何避免?
- IDEA出现“XXX has broken path”报错解决方法
- [generation confrontation network learning part I] classic Gan and its existing problems and related improvements
- C language to judge whether a file or folder exists
- 【phpstorm】 No data sources are configured to run this SQL and provide advanced c
- Abbexa 8-OHdG CLIA kit solution
- Forward slash "/", backslash "\," escape character "\" and file path separator cannot be clearly remembered
- [1024 ways to play windows azure] 75 Fast cloud database migration seamlessly migrate alicloud RDS SQL server to azure SQL databas
- Shaping teenagers' comprehension ability with children's programming thinking
- Junior high school graduates who choose secondary vocational schools can also be promoted to institutions of higher learning
猜你喜欢

Shaping teenagers' comprehension ability with children's programming thinking

Back to table query of MySQL? How to avoid it?
PHP pseudo protocol implementation command execution details

Notes to entry: do I need to know programming for O & M?
![Ajout, suppression et modification des données du tableau [MySQL] (DML)](/img/08/4239bc0486fe8db2e98e54919300b5.png)
Ajout, suppression et modification des données du tableau [MySQL] (DML)

2022-06-09 rk817 PMU battery temperature detection

Kdd2022 | neural network compression of depth map based on antagonistic knowledge distillation

Abbkine column exkine Pro animal cell / tissue Total Protein Extraction Kit

Abbexa low sample size chicken lysozyme C (Lyz) ELISA Kit

JS mobile terminal copy text to clipboard code
随机推荐
数组 两个数组的交集 II
JS anchor positioning can extend many functions
IDEA出现“XXX has broken path”报错解决方法
2022-06-09 rk817 PMU battery temperature detection
Icml2022 | sharp maml: model independent meta learning for sharpness perception
数组 求上升区间的高度和
MySQL数据库如何查看表占用空间大小
[1024 ways to play windows azure] 75 Fast cloud database migration seamlessly migrate alicloud RDS SQL server to azure SQL databas
Junior high school graduates who choose secondary vocational schools can also be promoted to institutions of higher learning
Whether there are duplicate elements in the array
2022-06-09 RK817 PMU 电池温度检测
Array union set
JS mobile terminal copy text to clipboard code
2022 - 06 - 09 rk817 PMU Battery Temperature Detection
数组 旋转数组
19 MySQL optimizations commonly used in projects
I'm doing something cool
一次SQL查询优化原理分析(900W+数据从17s到300ms)
Only three steps are needed to learn how to use low code thingjs to connect with Sen data Dix data
C language -- 7 operators