MySQL數據庫2

一、函數查詢 (1)字符串函數 ascii() 返回ascii值 select ascii('a') from dual;web 進制轉化:將2進制轉化爲10進制 select conv(10,2,10) from dual;sql 將字符串進行鏈接 select concat('hello','world') from dual;svg 返回字符串的長度 select length('abc')
相關文章
相關標籤/搜索