I 描述符长度

发布于 2024-11-08 12:16:42 字数 231 浏览 4 评论 0原文

在 UniVerse 中,我尝试将 ZIP+4 转换为 5 个字符的 ZIP。我已将新字段的输出长度设置为 5,并以 5 个字符显示 ZIP,但在尝试按某些条件进行过滤时仍然遇到问题(例如:ZIP = 36301)。此查询不会使用 PLUS4 提取 ZIP。有没有办法限制 I-Descriptor 的字符长度。目前,这就是我对 I 描述符的处理方式:

TRANS(CUST,@ID,6,"X")

In UniVerse, I am trying to convert a ZIP+4 to just a 5 character ZIP. I have set the output length for my new field to 5 and it displays the ZIP in 5 characters, but I still have an issue when trying to filter by certain criteria (Example: ZIP = 36301). This query would not pull ZIPs with a PLUS4. Is there a way to limit the character length of an I-Desciptor. Currently, this is how I have for the I-desciptor:

TRANS(CUST,@ID,6,"X")

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

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

发布评论

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

评论(1

遇见了你 2024-11-15 12:16:42

我相信我已经通过以下方式解决了我的问题:

TRANS(CUST,@ID,6,"X");@1[1,5]

如果有人发现此问题有任何问题,请告诉我。

I believe I have solved my issue with the following:

TRANS(CUST,@ID,6,"X");@1[1,5]

If anyone sees anything wrong with this, please let me know.

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