× Heads up!

Aqua Data Studio / nhilam

Follow
IDE for Relational Databases
×
swapnil.chaudhari(*) reported 2013-10-22T10:22:03Z  · tariqrahiman last modified 2013-11-21T21:25:01Z

“Distribution on()” clause remains in the script, even though we remove column from select columns window in Storage tab-> Distribution option.


Priority Low
Complexity Unknown
Component App - Visual Editing
Version 15.0

Database version: Netezza 7.0

Aqua Data Studio 14.0.3
Build #: 34446
Built on: 2013-Oct-16 12:54:43 PM

Windows 7: 64 bit

Step 1: Connect to Netezza 7.0

Step 2: Create table -> Provide table name and column names -> Go to  Storage tab -> Distribution -> select any column for distribution(column will appear in “selected columns” panel, in “select columns window” ) Go to Preview SQL tab. (Refer image_1.jpg)

 Query will be like as given follow:

        CREATE TABLE "table_1"  (

        "c1"    VARCHAR(25) NULL,

        "c2"    VARCHAR(25) NULL,

        "c3"    VARCHAR(25) NULL )

        DISTRIBUTE ON ("c2")

Step 3: Go to Storage tab again -> distribution -> deselect column from “selected column “ panel.(Now, selected column panel is empty). Go to Preview SQL tab. (Refer image_2.jpg)

      CREATE TABLE "table_1"  (

        "c1"    VARCHAR(25) NULL,

        "c2"    VARCHAR(25) NULL,

        "c3"    VARCHAR(25) NULL  )

       DISTRIBUTE ON ("")

Step 4 : Here, ‘Distribute on ()’ clause with zero length string is still present, even though we have deselected all columns from select distribution panel.

moreover,  if we click on create,it gives error: “ zero-length delimited identifier”.

2 attachments

Issue #10539

Closed
Fixed
Resolved 2013-11-18T23:45:06Z
 
 
Completion
No due date
No fixed build
No time estimate

About AquaClusters Privacy Policy Support Version - 19.0.2-4 AquaFold, Inc Copyright © 2007-2017