Answer the question
In order to leave comments, you need to log in
Why can't I complete this request?
event.getStart() = "01"; //name of columns in mysql
event.getEnd() = "03"; //name columns in mysql
event.getDate() = "2021-05-03"
jdbcTemplate.update("insert into schedule set ?=1, ?=1 WHERE date=2021-05-03",event.getStart() ,event.getEnd(),event.getDate());
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question