Als je wilt
stmt.setString(1, "a"); // This won't return any records
probeer om een record terug te sturen
conn.prepareStatement("select * from x where c = cast(? as char(4))")
Als je wilt
stmt.setString(1, "a"); // This won't return any records
probeer om een record terug te sturen
conn.prepareStatement("select * from x where c = cast(? as char(4))")