Mysql函數、事務、視圖、日誌、主從複製

Mysql函數 字符函數 # 獲取字節數 select length('join') # 爲4 select length('張三丰') # 9 show variables like '%char%' # 可查詢到咱們使用的是utf8字符集 # utf8一個漢字三個字節 # gbk一個漢字兩個字節 # 拼接字符串 select concat(last_name,_,first_name)
相關文章
相關標籤/搜索