0

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..

Community
  • 1
  • 1
Allan Bowe
  • 12,306
  • 19
  • 75
  • 124

1 Answers1

0

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

Regards, Venk

Teja
  • 13,214
  • 36
  • 93
  • 155