case.out

来自「derby database source code.good for you.」· OUT 代码 · 共 27 行

OUT
27
字号
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 + =
减小字号Ctrl + -
显示快捷键?