VS代码Oracle开发人员在结果窗口中隐藏SQL

发布于 2025-02-04 17:33:51 字数 657 浏览 3 评论 0原文

我正在使用Oracle开发人员工具进行VS代码扩展。当我运行SQL语句时,结果选项卡打开显示SQL语句并检索的记录。

如何在“结果”选项卡中隐藏SQL语句?我不想用数据行看到它。

这是扩展:

“在此处输入图像描述”

这是SQL选项卡:

”在此处输入图像说明“

这是SQL结果选项卡:

I'm using Oracle Developer Tools for VS Code Extension. When I run a SQL statement a Results Tab opens displaying the SQL statement and records retrieved.

How can I hide the SQL statement in the Results tab? I don't want to see it with my data rows.

This is the Extension:

enter image description here

This is the SQL Tab:

enter image description here

This is the SQL Results Tab:
enter image description here

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

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

发布评论

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

评论(1

源来凯始玺欢你 2025-02-11 17:33:51

可以使用oracledevtools.query.echo设置来控制这一点,但是请注意,您需要在设置生效之前重新加载任何窗口:

”

您也可能还可能wiuth oracledevtools.query.resultset.pagesize同时设置为25:

”

This can be controlled using the oracledevtools.query.echo setting, but note you'll need to reload any windows before the setting will take effect:

oracledevtools.query.echo setting

You may also wiuth to bump the oracledevtools.query.resultSet.pageSize setting to 25 at the same time:

oracledevtools.query.resultSet.pageSize setting

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