1-- test case for bug #18586 - ArrayIndexOutOfBoundsException when indexing SQL file 2 3create table abcdef( 4 x int, 5 y int); 6 7insert into abcdef values (1,2), (3,4); 8