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_Implementation
Was this page helpful?