状况1: 只是查询2个字段,却获取第三个字段就会出错code
SELECT id, name FROM table rs.getString(3);
状况2: 字段之间缺了逗号来分隔,也会出这个错get
SELECT id, name age FROM table rs.getString(3)