× Heads up!

Aqua Data Studio / nhilam

Follow
IDE for Relational Databases
×
nileshhmali reported 2014-01-03T10:01:29Z  · tomconrad last modified 2018-03-08T23:42:00Z

Create or Replace view script is generated in view source body on Netezza database.


Dev
John LH
JohnLH
QA
Tariq Rahiman
tariqrahiman
Priority Low
Complexity Unknown
Component DB - Netezza
Version Future - PM
ADS Version : Aqua Data Studio 15.0.0-dev-62
Database: Netezza 7.0
 
Connect to Netezza database
Create table
CREATE TABLE "test_tb"  ( 
"col1"   DATE NULL,
"col2"   VARCHAR(25) NULL,
"col3" VARCHAR(25) NULL 
) DISTRIBUTE ON ("col1") 
GO
COMMENT ON TABLE "test_tb" IS 'comment on table'
GO
COMMENT ON COLUMN "test_tb"."col3" IS 'Comment on column'
GO
 
Create view
CREATE VIEW "test_view"
AS
SELECT "test_tb"."col2" FROM "test_tb"
GO
 
Go to view node->Right click on "test_view" view->Select view properties-> Open view properties window.
 
Now you will observe that,Create or Replace view script is generated in view source body.
 
1 attachment
  • 1.jpg

    2014-01-03T10:01:29Z

    204 KB

Issue #11250

New
 
 
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