MySQL——數據結果處理函數

1.拼接字段 concat(列1,列2); 2.執行算術計算 mysql 支持的算術運算符有 + - * / 3.建立別名 使用AS 關鍵字建立 4.函數 文本函數:處理字符串 upper( ):轉化大寫 lower( ):轉化小寫 locate( ):locate(‘a’,列) locate(‘a’,列,10) 返回a 在列值中的位置 right( ):right(列,1) left( ):le
相關文章
相關標籤/搜索