当前位置:网站首页>SQLite add index
SQLite add index
2022-07-06 05:14:00 【Xiongsiyu】
open SQLite Studio, Create a new table student, Add a few fields :id、name、age、address
Click on Create index
The following interface will be opened
Sort( Sort )
ASC Expressing ascending order
DESC Representation of descending order
Here in the collation
Collation( Sort rule )
RTRIM Clear the space character at the end of the string
NOCASE Disable case sensitivity
BINARY Binary system
SQL sentence :
example 1
CREATE INDEX findName ON student (
name COLLATE BINARY ASC
);
COLLATE It's sort rules
example 2
CREATE INDEX findTestTime ON sampleRecord (
TestTime ASC
);
findTestTime Is the index name ,
sampleRecord Is the name of the table ,
TestTime Field name ,
ASC Represents ascending order
end
边栏推荐
- UCF(2022暑期团队赛一)
- [noip2008 improvement group] stupid monkey
- Codeforces Round #804 (Div. 2)
- On the solution of es8316's audio burst
- Postman测试报告
- Upload nestjs configuration files, configure the use of middleware and pipelines
- EditorUtility.SetDirty在Untiy中的作用以及应用
- nacos-高可用seata之TC搭建(02)
- Zynq learning notes (3) - partial reconfiguration
- February 12 relativelayout
猜你喜欢
Crazy God said redis notes
Ora-01779: the column corresponding to the non key value saving table cannot be modified
Review of double pointer problems
F12 solve the problem that web pages cannot be copied
CUDA11.1在线安装
L'introduction en bourse de MSK Electronics a pris fin: 800 millions de RMB d'actifs de Henan étaient des actionnaires
Postman manage test cases
Talking about the type and function of lens filter
Postman前置脚本-全局变量和环境变量
Can the feelings of Xi'an version of "Coca Cola" and Bingfeng beverage rush for IPO continue?
随机推荐
Fuzzy -- basic application method of AFL
Raspberry pie 3.5-inch white screen display connection
Modbus protocol communication exception
Using stopwatch to count code time
[buuctf.reverse] 159_ [watevrCTF 2019]Watshell
F12 solve the problem that web pages cannot be copied
Summary of three log knowledge points of MySQL
Mysql高级篇学习总结9:创建索引、删除索引、降序索引、隐藏索引
Compilation et connexion de shader dans games202 - webgl (comprendre la direction)
Fluent implements a loadingbutton with loading animation
Pickle and savez_ Compressed compressed volume comparison
[lgr-109] Luogu may race II & windy round 6
2021robocom robot developer competition (Preliminary)
Basic knowledge and examples of binary tree
2021 robocom world robot developer competition - undergraduate group (semi-finals)
Idea one key guide package
饼干(考试版)
C# AES对字符串进行加密
Finance online homework
Please wait while Jenkins is getting ready to work