📄 test12.txt
字号:
select a_name from author where a_id>35;
select * from author where a_name <'naae';
select * from author where a_name <'naat' and a_id<3;
delete from author where a_name >'nnae';
delete from author where a_name <'naba';
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -