重溫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
相關文章
相關標籤/搜索