开发者

Using UNIX SAS to ascertain Netezza DISTRIBUTE_ON key

开发者 https://www.devze.com 2023-04-08 08:33 出处:网络
Is anybody able to provide some SAS 9.1.3 code for ascertaining the DISTRIBUTE_ON key of a particular Netezza table?

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 guidan开发者_开发问答ce here but the table comes back empty..


There is a nzsql command called \d which will retrieve the distribution keys on the table. Check the NZ Database User Guide.

Regards, Venk

0

精彩评论

暂无评论...
验证码 换一张
取 消