SQL Server 隨機數,隨機區間,隨機抽取數據rand(),floor(),ceiling(),round() ... select cast( floor(rand()*N) as int) ---生成的數是這樣的:12.
確定! 回上一頁