Open
Description
The is the query i am trying to create:
SELECT project.slug AS "project.slug" FROM public."project" AS project TABLESAMPLE SYSTEM_ROWS(1) LIMIT $1;
Which i can start off with:
stmt := table.Project.SELECT(table.Project.Slug).
FROM(table.Project).
LIMIT(1)
But the rest (TABLESAMPLE SYSTEM_ROWS(1)
) i can't work out, is it possible?
Thanks.
Metadata
Metadata
Assignees
Labels
No labels