MySQL筆記及習題(二)--經常使用函數

2.函數 年薪 select *,(1+IFNULL(commission_pct,0))*12*salary as 年薪 from employees order by 年薪 desc; #函數: #單行函數: --concat:拼接字符串 --substr:截取字符串 select substr('xiaowangwang',5) --upper:變大寫
相關文章
相關標籤/搜索