String sqlQuery = "insert into table vector(x,y,z)" +"select varX, varY, varZ " +"from tabX, tabY, tabZ" +"...";