Mysql 查詢中函數的運用

Mysql 查詢中函數的運用 1.鏈接字符串函數 concat(str1,str2…,strn); 將括號中多個字符串拼接到一塊兒java select concat("王者","榮耀") -- 返回 王者榮耀 2.字符串替換函數 insert(str,pos,len,newStr) str:須要被替換的字符串mysql pos:從那個位置開始被替換,web len:被替換字符串的長度sql
相關文章
相關標籤/搜索