80,493
社区成员
发帖
与我相关
我的任务
分享
String sql = "UPDATE diary Set weather="+"\""+strWeather+"\""+" where(create_year=" + "\"" + strYear+ "\"" + " and create_month=" + "\"" + strMonth + "\""+ " and create_day=" + "\"" + strDay + "\"" + ")";
db.execSQL(sql);