A
AA2e72E
CREATE TABLE MYTAB(MYCOL DECIMAL(10,2) DEFAULT 10, Check([MyCol]>10)
With this SQL, the constraint is assigned a name. How can I recover the name
with SQL?
In order to find the name, enter an incorrect value in the column.
With this SQL, the constraint is assigned a name. How can I recover the name
with SQL?
In order to find the name, enter an incorrect value in the column.