這是我用來減少字符長度的查詢。SQL查詢中的子串方法
這些都是一些例子字符(「關於有效的SQL Server 2005數據類型,可以是...更多信息是一個整數,指定字符串的開始。開始可能是bigint類型。」)
如果我給substring修復長度達15。炭的其餘部分應表現出這樣的方式(...)
我的SQL查詢這.....
select substring('For more information about the valid SQL Server 2005 data types that can be ... Is an integer that specifies where the substring starts. start can be of type bigint.',0,15) from Admin
例如:它應該表現出這樣的
For more information about the valid SQL Server 2005 data.
「剩下的應該表現得像......」,這是真的還是你想縮短弦? **什麼不行?** –
非常感謝所有......它的工作 –