Java MyBatis 調用聚合函數查詢返回結果示例(記錄下來,方便不記得時查看)

mybatis sql配置:html <select id="queryFirstResult" resultType="string"> select max(code) as fristResult from t_system_dictionary_tree where type_code like #{0} </select> 這裏使用的參數爲string,返回結果也是string
相關文章
相關標籤/搜索