SQL adaptation guide For Sybase ASE 15.5+ / 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.