📄 todo
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -