重温SQL查询基础知识

重温SQL查询基础知识 运算符 算术运算符有4个:加减乘除 + - * / Select id,name, age * 2 as "age" from Student 比较运算符有8个 = , <> , >= , <= , > , < is null 、is not null 不能对null使用比较运算符 ,查询为null数据; select * from students where sex
相关文章
相关标签/搜索