sql字符和日期函數

大小寫轉換函數UPPER:轉換成大寫 lower:轉換成小寫 initcap:第一個字母變爲大寫 select employee_id,first_name,UPPER(first_name),lower(first_name),initcap(first_name) from employees; 單行函數可用於選擇排序依據 select employee_id,first_name from
相關文章
相關標籤/搜索