peilinqian commented on issue #21162: URL: https://github.com/apache/shardingsphere/issues/21162#issuecomment-1259258643
``` tpch_db=> CREATE TABLE CUSTOMER ( C_CUSTKEY INTEGER NOT NULL, tpch_db(> C_NAME VARCHAR(25) NOT NULL, tpch_db(> C_ADDRESS VARCHAR(40) NOT NULL, tpch_db(> C_NATIONKEY INTEGER NOT NULL, tpch_db(> C_PHONE CHAR(15) NOT NULL, tpch_db(> C_ACCTBAL DECIMAL(15,2) NOT NULL, tpch_db(> C_MKTSEGMENT CHAR(10) NOT NULL, tpch_db(> C_COMMENT VARCHAR(117) NOT NULL); CREATE TABLE tpch_db=> tpch_db=> INSERT INTO customer (c_custkey, c_name, c_address, c_nationkey, c_phone, c_acctbal, c_mktsegment, c_comment) VALUES (107451, 'Customer#000107451', 'jZiY8FZz1pESpfE0ZvicC4f9evS1lrF', 24, '34-474-838-7669', -709.94, 'FURNITURE ', 'ans. furiously final theodolites are carefully. carefully final theodolites alongside of the'); --abnormal INSERT 0 1 tpch_db=> tpch_db=> INSERT INTO customer (c_custkey, c_name, c_address, c_nationkey, c_phone, c_acctbal, c_mktsegment, c_comment) VALUES (720, 'Customer#000000720', '8shFEL7J9sq1NJXR8dixBqaTO,kbSx', 22, '32-575-838-4260', 5357.32, 'HOUSEHOLD ', 'furiously above the furiously ironic c'); --normal INSERT 0 1 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
