I want to select all rows of a table followed by a random number between 1 to 9:select t.*, (select dbms_random.value(1,9) num from dual) as ...
確定! 回上一頁