Quantcast
Channel: SCN : Popular Discussions - SAP PowerDesigner
Viewing all articles
Browse latest Browse all 1779

Netezza forward engineering, distribution clause

$
0
0

Hi all,

 

In the PDM [Table Properties -> Options] I can set the distribution clause for a table.  But this is not coming out in forward engineering.

 

In [Model Properties -> DBMS Properties -> Profile -> Table -> Extended Attributes] I see how the Options interface seems to be defined for setting the distribution.  But, I need to get the distribution clause to show up in Forward Engineering.

 

In [Model Properties -> DBMS Properties -> Script -> Objects -> Table -> Create] I see the following code:

create [%Type%=TEMP?[.O:[temporary ][temp ]]]table [%QUALIFIER%]%TABLE% (

   %TABLDEFN%

)

%TableOption%

 

Do I add something to the above code to get the distribution settings to show up? 

 

create table t1

(id int

,fld character varying(100))

distribute on (id);

 

Somewhere else?


Viewing all articles
Browse latest Browse all 1779

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>