📄 case.out
字号:
ij> ---- this test is for keyword case insensitivity---- Try some of the keywords with mixed case. Don't do all of the keywords, as-- that would be overkill (either that, or I'm too lazy).cReAtE tAbLe T (x InT);0 rows inserted/updated/deletedij> CrEaTe TaBlE s (X iNt);0 rows inserted/updated/deletedij> iNsErT iNtO t VaLuEs (1);1 row inserted/updated/deletedij> InSeRt InTo S vAlUeS (2);1 row inserted/updated/deletedij> sElEcT * fRoM t;X -----------1 ij> SeLeCt * FrOm s;X -----------2 ij> drop table s;0 rows inserted/updated/deletedij> drop table t;0 rows inserted/updated/deletedij>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -