select * from user where name is null
select * from user where name like '%a

btree索引

B-TREE索引适合全键值、键值范围、前缀查找。

全值匹配,是匹配所有的列进行匹配、