select substring(name,0,charindex( '字串' ,name ) ) 其中charindex( '分割的字元' ,分割的欄位)←即取出的字元長度 len(name)←字串的長度
確定! 回上一頁