-- Create table with unique as a column constraint CREATE TABLE calpont.PART_987(p_19 integer, p_31 numeric(25,2) unique) engine=infinidb;