更新列以在sql server表的某一列中插入空格
如何通过sql server中的存储过程或sql脚本实现以下功能?
举例来说,我的其中一列中有 ab,我需要将该列更新为 a - b。 如何在数据库中现有数据的破折号之前和之后插入空格。
How do I achieve the following by a stored procedure or sql script in sql server?
Say for example, I have a-b in one of the columns and I need to update that column to a - b instead.
How do I insert spaces before and after the dash in existing data in my database.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)