摘要:
LENGTH 1.語法 length(string) 2.說明: 統(tǒng)計字段的字符長度 3.示例: select length('abcd') from dual; --返回值:4 select length('張三') from dual; --返回值:2 LENGTHB 1.語法 lengthb( 閱讀全文
posted @ 2022-02-15 17:39
RayNu
閱讀(144)
評論(0)
推薦(0)
摘要:
REPLACE 1.語法 replace(string,from_str,to_str) 2.說明: 針對string,將from_str中的字符替換為to_str中字符。 3.示例: /**說明:(abcd 替換成 123)**/ select replace('abcdab','abcd','1 閱讀全文
posted @ 2022-02-15 17:27
RayNu
閱讀(79)
評論(0)
推薦(0)

浙公網(wǎng)安備 33010602011771號