This link:
| Rocketsoftware | |||||||
|
|||||||
Provides some insight as to how to address SQL statement (in D3)
I'm looking to do a sample extract - say 10 000 records as we do in "TCL" (select master sampling 10000)
The equivalent syntax in SQL is (by example)
[see Quora at https://stackoverflow.com/questions/733652/select-a-random-sample-of-results-from-a-query-result]
SELECT * FROM emp SAMPLE(25)
However executing this in D3 returns a syntax error.
can anyone assist, please?
Regards
Stefano


