rand () 定義: 返回從0到1之間的隨機浮點值。舉例說明:select rand() as 隨機數 結果select cast( floor(rand()*N) as int ) --方法1結果:47select ...
確定! 回上一頁