使用 UNIX SAS 确定 Netezza DISTRIBUTE_ON 密钥
有人能够提供一些 SAS 9.1.3 代码来确定特定 Netezza 表的 DISTRIBUTE_ON 键吗?
已尝试使用此处的指导,但表返回为空。
Is anybody able to provide some SAS 9.1.3 code for ascertaining the DISTRIBUTE_ON key of a particular Netezza table?
have tried using the guidance here but the table comes back empty..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一个名为 \d 的 nzsql 命令,它将检索表上的分发键。查看 NZ 数据库用户指南。
问候,
文克
There is a nzsql command called \d which will retrieve the distribution keys on the table. Check the NZ Database User Guide.
Regards,
Venk