xxxmapper.xml中获取oracle中表的自增长逻辑主键

xiaoxiao2021-03-01  29

 <selectKey resultType="long" keyProperty="id" order="BEFORE">           select VNV.FTP_ACCOUNT_SEQ.nextval from dual      </selectKey>

转载请注明原文地址: https://www.6miu.com/read-4550137.html

最新回复(0)