INSERT INTO wordachive(wordachiveid,uid,pointcasetype,wordsid,score,accuracy,fluent,integrity,content,created,areaid)
VALUES (
(SELECT NEXTVAL('seq_wordachiveid')),
#{wordachiveid},
#{uid},#{pointcasetype},#{wordsid},#{score},#{accuracy},#{fluent},#{integrity},#{content},#{created},#{areaid})