random ) ), randomSurname as( select rownum id, surname from( select * from person order by dbms_random.random ) ) select street, num, prename, surname from ...
確定! 回上一頁