rtrim (PHP 4, PHP 5, PHP 7) rtrim - Strip whitespace (or other characters) from the end of a string rtrim - 删除字符串末端的空白字符(或者其他字符) Description string rtrim ( string $str [, string $character_mask ] ) //This function returns a string with whitespace (or…
镇场诗:---大梦谁觉,水月中建博客.百千磨难,才知世事无常.---今持佛语,技术无量愿学.愿尽所学,铸一良心博客.------------------------------------------ 1 code --除去字符串的右边的空格,左边中间的不管 select rtrim(' as d a ') 2 show ------------------------------------------博文的精髓,在技术部分,更在镇场一诗.SqlSever是优秀的语言,值得努力学习.熟悉数据库…