Thực hiện union all
của setseed()
truy vấn với truy vấn mong muốn. Nó là cần thiết để phù hợp với các loại cột từ cả hai truy vấn. setseed()
trả về void
.
select setseed(0), null
union all
select null, random()
from generate_series(1, 10)
offset 1
;
offset 1
mệnh đề loại bỏ hàng setseed()
từ tập kết quả