throw date - Search results in mailing lists

2005-03-24 10:35:22 | Benchmarks of MySQL, MaxDB, PostgreSQL, and Oracle (CN)

throws Exception { try { java.sql.Statement st = conn.createStatement(); try { try { st.executeUpdate("drop table dm"); }catch(Exception e) { ; } st.execute("Create Table dm(id integer,mc varchar(40))"); } finally { st.close(); } java.util.Date