<selectKey keyProperty="id" resultType="java.lang.String" order="BEFORE"> select sys_guid() FROM DUAL </selectKey>
SYS_GUID (),是Oracle 8i 后提供的函数。
<selectKey keyProperty="id" resultType="java.lang.String" order="BEFORE"> select sys_guid() FROM DUAL </selectKey>
SYS_GUID (),是Oracle 8i 后提供的函数。