Paranoia99
Programmer
I have a table of invoice numbers that I would like to pull a random sample (of say 1000 invoices) from to evaluate for errors or discrepancies. Is there a way to pull a random sample straight from the SELECT statement?
I know I could make a table with just the list of random invoice numbers first, then do a nested subquery on that table, but I was hoping for something a little more elegant.
I know I could make a table with just the list of random invoice numbers first, then do a nested subquery on that table, but I was hoping for something a little more elegant.