摘要: substring()函数 //string参数是要提取子字符串的字符串。 //position参数是一个整数,用于指定子串的起始字符,position可以是正或负整数。 //length是一个正整数,用于指定子字符串的字符数。 SUBSTRING(string,position); SUBSTRI 阅读全文
posted @ 2023-07-17 08:48 白玉神驹 阅读(128) 评论(0) 推荐(0)