SQL Server 2008 关键字大写

发布于 2024-11-05 07:28:28 字数 165 浏览 0 评论 0原文

我想将 SQL 关键字的所有字母都大写。例如,如果我这样写:

Select *
From EmpMast

我希望它变成:

SELECT *
FROM Empmast

我应该怎么做?

I want to capitalise all the letters that are SQL keywords. For example, if I write this:

Select *
From EmpMast

I want it to become:

SELECT *
FROM Empmast

How should I do that?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

夜雨飘雪 2024-11-12 07:28:28

如果您将此代码键入查询编辑器窗口,则此任务将由第三方工具执行。就我个人而言,我建议使用 RedGate 软件中的工具之一。它称为 SQL 提示符。它可以帮助您编写 SQL 查询。这是一个非常宝贵的工具。这是它的链接:

http://www.red-gate .com/products/sql-development/sql-prompt/

If you are typing this code into the Query editor window, this task would be performed by a third-party tool. Personally, I would suggest one of the tools from RedGate software. It is called SQL Prompt. It helps you write your SQL queries. It is an invaluable tool. Here is a link to it:

http://www.red-gate.com/products/sql-development/sql-prompt/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文