Object temp = em.createNativeQuery(sql).getSingleResult(); //sql is the above SQL query 因此,现在对象 temp 包含有关 rank , id 和 point 的信息。
確定! 回上一頁