It doesn't have one. However, there's a vague equivalent: mycol VARCHAR(10) NOT NULL CHECK (mycol IN('Useful', 'Useless', 'Unknown')).
確定! 回上一頁