sql这个元素可以被用来定义可重用的 SQL 代码段,可以包含在其他语句中。比如: id,username,password 这个 SQL 片段可以被包含在其他语句中,例如: select from some_tablewhere id = #{id}