case.sql

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

SQL
24
字号
---- 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);CrEaTe TaBlE s (X iNt);iNsErT iNtO t VaLuEs (1);InSeRt InTo S vAlUeS (2);sElEcT * fRoM t;SeLeCt * FrOm s;drop table s;drop table t;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?