DQL語言

一.基礎查詢:mysql 1.查詢表結構 DESC 表名; 2.查詢語句去重(distinct)web select DISTINCT xx_id from XX; 3.mysql的+號:運算符 ①select123+90; 將字符轉化數字運算; ②selecttest+90; 字符轉化數字失敗,則將test轉換爲0,進行計算; ③select null +10只要一方爲null,則結果爲null
相關文章
相關標籤/搜索