Hi again,

I have one table with the next structure (partial):
(
.
.
.
BASE  VARCHAR(8) ASCII,
.
.
.
FECHA VARCHAR(8) ASCII,
TABLA VARCHAR(20) ASCII,
.
.
.
)

I run: alter table MyTabla add primary key (BASE,TABLA,FECHA).

When I execute "show primary key of MyTable"  through sql studio it show the
next structure: "BASE", "TABLA", "FECHA" (is good), but, when I execute
"catalogextract all" with repmcli the outfile show (wrong!): PRIMARY KEY
("BASE", "FECHA", "TABLA").

What should be the problem with the order of fields on the primary key? 

Thank you very much.
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to