Java中刪除數據庫中的信息

public boolean deletePost(int postId){ Connection conn = null; PreparedStatement ps = null;  String sql = null;    try { conn = DbUtil.getConn(); sql = "delete from post  where postId=? "; ps = conn.p
相關文章
相關標籤/搜索