Trim all database fields

后端 未结 9 1952
孤城傲影
孤城傲影 2020-12-29 15:05

Do you know if there\'s a quick way in sql server (via transact-sql) that I could trim all the database string fields.

9条回答
  •  遥遥无期
    2020-12-29 15:09

    Just make sure you are doing a trim on VARCHAR string fields, not CHAR fields :)

    That wouldn't do much good.

提交回复
热议问题