蟾蜍模式浏览器千分离器

发布于 2025-02-13 18:51:03 字数 64 浏览 0 评论 0原文

是否可以在用千分隔符中显示蟾蜍方案浏览器中的数据?即一个设置,以便所有桌子都使用千分离器显示。

谢谢

is it possible to display data in TOADs schemebrowser with thousand separator? i.e. one setting so all tables are displayed with thousand separator.

thank you

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

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

发布评论

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

评论(1

蓝礼 2025-02-20 18:51:03

据我所知,不可能。

如果您搜索蟾蜍的选项“千”,您会在“常规”选项集中找到“千分离器”:

”输入图像描述在这里”

但是,它只是说出哪个字符(逗号或点)充当一个千分隔符,因此您可以使用EG,例如,

select to_char(salary, '999G990D00') from employees
                           ^   ^
                           |   |
                  thousands    decimal separator

它不会影响架构浏览器“数据”选项卡中显示的数据(或Editor的“数据网格”)。

Not possible, as far as I can tell.

If you search TOAD's options for "thousand", you'll find the "Thousand Separator" in "General" set of options:

enter image description here

But, it just says which character (comma or dot) acts as a thousands separator so that you could use e.g.

select to_char(salary, '999G990D00') from employees
                           ^   ^
                           |   |
                  thousands    decimal separator

It doesn't affect data displayed in the "Data" tab of the Schema Browser (or Editor's "Data Grid").

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