我得到這個例外JDBC + Java的查詢執行錯誤
java.sql.SQLException: Unknown column 'auyu' in 'where clause'
我的查詢和方法在我的數據庫門面類。
db.save("delete from users where name = auyu");
public static void save(String sql) throws Exception {
new DBFacade().connect();
synchronized (c) {
c.createStatement().executeUpdate(sql);
}
}
請使用四個空格縮進代碼,以便格式正確。 – 2009-08-18 18:48:47