在 sql Management Studio 中格式化结果
是否可以以某种方式格式化查询结果,例如更改结果中选定行的背景颜色以突出显示负值?
Is it possible in some way to format the results of a query, like changing for example the background color of a selected row of the result to higlight negative values?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
否 - SQL Server Management Studio 是一个操作数据和 SQL 查询的工具 - 而不是演示工具。
如果您需要突出显示单元格或为单元格着色,最好的办法是将结果网格导出到 Excel 中并在其中应用这些格式规则。
No - SQL Server Management Studio is a tool to manipulate data and SQL queries - not a presentation tool.
If you need to highlight or color cells, you're best bet is to export your result grid into Excel and apply those formatting rules there.