todo

来自「b树实现源码,linux和unix下运行,速度快,极好用」· 代码 · 共 18 行

TXT
18
字号
update t1 set f1 = f2 where f1 =100;update t1 set f1 = 10, f2 = 20 where f1 =100;update t1 set f1 = 10+ 20 where f1 =100;update t1 set f1 = 200;delete from t1;AND with two different data types (int and char)OR with two different data types (int and char)BETWEEN with all data typesIN with all data typesTest -ve values for integer and with between operatorcomparison (f1>f2) with two different data types (int and short, int and float, int and char)Later1.Total columns in unique, primary key constraint

⌨️ 快捷键说明

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