insert into /testzx/zxcvbnm (v_varchar, v_text, v_int, v_bigint, v_float, v_double, v_smalldouble, v_bool, v_blob) values ('*abc*', 'hello word', 5, 1234567890123456789, 1.1, 1.1234567890123456, 1.123456, true, "hello" ) ; select * from /testzx/zxcvbnm /** output() count(1) **/ ;