摘要:
一、安装stress工具 (1)上传压缩包[root@localhost data]# rz(2)解压[root@localhost data]# tar -zxvf stress-1.0.4.tar.gz (3)进入stress-1.0.4目录[root@localhost data]# cd s 阅读全文
摘要:
1.单条件查询 2.多条件查询 3.关键字 between and 4. 关键字not between and 5.关键字 is null (判断某个字段是否为null 不能为等号,需要用is) 6.关键字 is not null 7.关键字 or 8.关键字 in 9.关键字 not in 10. 阅读全文