| 123456789101112131415161718 |
- insert into /test/order (v_text, v_int, v_bigint, v_float, v_double) values (?,?,?,?,?)
- /**
- loop(10)
- params('{%d,rand}',{%d,rand},{%d,rand},{%d,rand},{%d,rand})
- **/
- ;
- insert into /test/order (v_text, v_int, v_bigint, v_float, v_double) values ('A1',51,41,51,41)
- ;
- insert into /test/order (v_text, v_int, v_bigint, v_float, v_double) values ('A2',41,51,41,51)
- ;
- insert into /test/order (v_text, v_int, v_bigint, v_float, v_double) values ('A3',31,21,31,21)
- ;
- insert into /test/order (v_text, v_int, v_bigint, v_float, v_double) values ('A4',21,31,21,31)
- ;
- insert into /test/order (v_text, v_int, v_bigint, v_float, v_double) values ('A5',11,11,11,11)
- ;
|