How to use TABLESAMPLE
Hi,
I want to select random rows from a table
You can achieve this using
TABLESAMPLE
but there is no resource on how to use this in drizzle. Is this supported or can I implement this by using sql
operator
reference: https://wiki.postgresql.org/wiki/TABLESAMPLE_Implementation1 Reply
Been trying to figure this out myself.
Just in case anybody needs. A work around is