Netezza SQL Query formatter – nz_format and Examples
Sometimes you may have to get the view or any object DDL directly from the Netezza database, in that case you might have noticed that query will not be in proper format. In this article, we will check Netezza SQL query formatter - nz_format with an example. Netezza SQL Query formatter - nz_format You can use the nz_format script functionality to format the Netezza SQL query which is not in proper format. Script will generate the formatted SQL if you pass raw query in form of file or standard input.…