2019年5月14日 星期二

remove last word from SQL query


SET @columnSql = SUBSTRING(@columnSql, 1, LEN(@columnSql) - 1)

沒有留言:

張貼留言

remove last word from SQL query

SET @columnSql = SUBSTRING ( @columnSql , 1 , LEN ( @columnSql ) - 1 )