interface SelectFromStatement
implements PGNode
import { type SelectFromStatement } from "https://deno.land/x/pgsql_ast_parser@12.0.1/syntax/ast.ts";
Properties
optional
columns: SelectedColumn[] | niloptional
limit: LimitStatement | niloptional
orderBy: OrderByStatement[] | niloptional
for: ForStatementoptional
skip: SkipClause