SQL adaptation guide for SAP Sybase ASE 16.x / Data dictionary |
CREATE TABLE emp ( emp_code CHAR(10) UNIQUE CONSTRAINT pk_emp, ... )
The database interface does not convert constraint naming expressions when creating tables from BDL programs. Review the database creation scripts to adapt the constraint naming clauses for Sybase ASE.