In netezza aginity how to get the structure of the table

Harry picture Harry · Dec 28, 2017 · Viewed 7.7k times · Source

In Oracle, we can give like desc table_name, but as I am using the Netezza, so I couldn't get the description of the tables. If anyone knows please let me know.

Answer

Leo picture Leo · Mar 28, 2018

Right click on Table in Object Browser --> Script --> DDL to query Window

There is another nzsql command : \d <TABLE_NAME> The nzsql commands apply only if you use command line (eg:putty). Not on Aginity.