Connection connec = null; PreparedStatement pstmt = null; String currDate="current_date"; pstmt = connec.preparedStatement("select id from patient where date=?"); pstmt.setString(1,currDate);
Возвращает 00-00-0000 Почему?
00-00-0000