摘要: 删除数据表也有3种方案一.使用Statement对象删除数据表记录的SQL语句的语法是: delete from 表名 where 特定条件例如 : delete from ksInfo where 姓名 = ‘张大卫’先创建一个SQL语句,然后调用Statement对象的execute... 阅读全文
posted @ 2015-07-04 09:38 Coda 阅读(802) 评论(1) 推荐(0) 编辑