是否有任何特殊代码可以在 SQL Server 数据库字段中存储回车符?
我需要在数据库字段中存储(硬编码)回车符。我只是找到用编程语言(例如 TSQL 中的 char(13))来完成此操作的方法,但我只想自己在字段中编写它,就像 HTML 中使用 "、&nsbp 等那样。 弗朗西斯
谢谢
科
I need to store (hardcoded) a carriage return in a database field. I just find methods to do it with programming languages (for instance char(13) in TSQL) but I just want to write it BY MYSELF in a field, as it happens in HTML with ", &nsbp, etc...
Thanks
Francesco
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
All what do you need to write CR by hand it is just to press Enter inside of string.
All what do you need to write CR by hand it is just to press Enter inside of string.
原始SQL:
SSMS、编辑表模式下没有办法。
Raw SQL:
There is no way in SSMS, Edit table mode.