SQL语句总结
1.将A表中的一个或多个字段插入B表:
insert into tb_orgstruct(product_id,product_name,product_parent_id) SELECT DICTIONARIES_ID,NAME,PARENT_ID from sys_dictionaries
2.mybatis对表格某列求和:
1 2 3 4 5 6 | < select id= "findPrjNumInputByPoName" parameterType= "page" resultType= "Float" > select COALESCE ( SUM (ACTUAL_INPUT),0) "prjNumInput" from <include refid= "tableName" ></include> where PO = #{NW_PO_NAME} </ select > |
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步