ID,DB_TABLE_ID, TABLE_COUNT,DATE_STR,CREATE_TIME
= #{startTime} and CREATE_TIME <=#{endTime}]]>
DELETE FROM DB_TABLE_COUNT
WHERE ID = #{id}
DELETE FROM DB_TABLE_COUNT WHERE
DELETE FROM
DB_TABLE_COUNT
WHERE ID IN
#{item}
INSERT INTO DB_TABLE_COUNT (ID,DB_TABLE_ID,TABLE_COUNT,DATE_STR,CREATE_TIME) VALUES
(#{item.id},#{item.dbTableId},#{item.tableCount},#{item.dateStr},#{item.createTime})
INSERT INTO DB_TABLE_COUNT
ID,DB_TABLE_ID,TABLE_COUNT,DATE_STR,CREATE_TIME#{id},#{dbTableId},#{tableCount},#{dateStr},#{createTime}
UPDATE DB_TABLE_COUNT
DB_TABLE_ID = #{dbTableId},
TABLE_COUNT = #{tableCount},
DATE_STR = #{dateStr},
CREATE_TIME = #{createTime}
WHERE ID = #{id}