|
@@ -59,7 +59,7 @@ public class MariaDBSelect {
|
59
|
59
|
System.out.println("name: " + name);
|
60
|
60
|
System.out.println("hourly_pay: " + hourly_pay);
|
61
|
61
|
System.out.println("employee_contact: " + employee_contact);
|
62
|
|
- System.out.println(rs.getInt(0));
|
|
62
|
+ System.out.println(rs.getInt(1)); // 첫번 째 열
|
63
|
63
|
}
|
64
|
64
|
rs.close();
|
65
|
65
|
}catch(SQLException se1){
|