How to use TABLESAMPLE
Hi,
I want to select random rows from a table
You can achieve this using
reference: https://wiki.postgresql.org/wiki/TABLESAMPLE_Implementation
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 operatorreference: https://wiki.postgresql.org/wiki/TABLESAMPLE_Implementation