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

Format Generated DDL

$
0
0

In PowerDesigner 16.5, how do I format my generated SQL from a table so I can get from this:

 

with

(

     appendonly = true,

     compresslevel = 1,

     orientation = column,
     compresstype = quicklz,

     blocksize = 65536

)

 

to this:

 

with ( appendonly=true, compresslevel=1, orientation=column, compresstype=quicklz, blocksize=65536 )

 

I assume I need to edit the DBMS somewhere, but I don't know where.

 

Marty


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>