当前位置:网站首页>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
边栏推荐
- flutter 实现一个有加载动画的按钮(loadingButton)
- 集合详解之 Collection + 面试题
- [mask requirements of OSPF and Isis in multi access network]
- Hometown 20 years later (primary school exercises)
- Fiddler installed the certificate, or prompted that the certificate is invalid
- Hyperledger Fabric2. Some basic concepts of X (1)
- GAMES202-WebGL中shader的編譯和連接(了解向)
- Oracle deletes duplicate data, leaving only one
- Implementing fuzzy query with dataframe
- 你需要知道的 TCP 三次握手
猜你喜欢
GAMES202-WebGL中shader的编译和连接(了解向)
[mask requirements of OSPF and Isis in multi access network]
JS quick start (II)
ByteDance program yuan teaches you how to brush algorithm questions: I'm not afraid of the interviewer tearing the code
Postman断言
The ECU of 21 Audi q5l 45tfsi brushes is upgraded to master special adjustment, and the horsepower is safely and stably increased to 305 horsepower
Fuzzy -- basic application method of AFL
图数据库ONgDB Release v-1.0.3
The ECU of 21 Audi q5l 45tfsi brushes is upgraded to master special adjustment, and the horsepower is safely and stably increased to 305 horsepower
The ECU of 21 Audi q5l 45tfsi brushes is upgraded to master special adjustment, and the horsepower is safely and stably increased to 305 horsepower
随机推荐
Steady, 35K, byte business data analysis post
SQLite queries the maximum value and returns the whole row of data
2021robocom robot developer competition (Preliminary)
Yolov5 tensorrt acceleration
Sorting out the knowledge points of multicast and broadcasting
Upload nestjs configuration files, configure the use of middleware and pipelines
饼干(考试版)
L'introduction en bourse de MSK Electronics a pris fin: 800 millions de RMB d'actifs de Henan étaient des actionnaires
Zynq learning notes (3) - partial reconfiguration
nacos-高可用seata之TC搭建(02)
Fluent implements a loadingbutton with loading animation
GAMES202-WebGL中shader的編譯和連接(了解向)
Compilation and connection of shader in games202 webgl (learn from)
Codeforces Round #804 (Div. 2)
Nacos - TC Construction of High available seata (02)
The ECU of 21 Audi q5l 45tfsi brushes is upgraded to master special adjustment, and the horsepower is safely and stably increased to 305 horsepower
The IPO of mesk Electronics was terminated: Henan assets, which was once intended to raise 800 million yuan, was a shareholder
Quelques conseils communs sur l'inspecteur de l'unit é, généralement pour les extensions d'éditeur ou d'autres
Postman断言
idea一键导包