I am using postgresql 9.4.1212. I am writing myBatis query, but I do not know. Can I get help?
Here is my query code:
insert into search_by_date (date,total_count) values (#{date},#{total});
The parameter is map, and if there is an value, I want to update
here my search_by_date table..
column= > no(serial primary key) , date varchar(50),total_count(int)