How can we generate a series of random numbers like
23434
56767
89789
34355
56307
Please suggest me or an example
without any table connection
Discussion posts and replies are publicly visible
Can try this?
right((rand(5)), 5)
I want list of random numbers
That function has a parameter that allows you to define the number of created numbers.
Thank you all
I got the list