Skip to content

Support MIN function #31

@fujiwara402

Description

@fujiwara402

go:

stmt.NewSelect(
	qb.Min(
             	stmt.NewColumn("foo"),
        ),
)

sql:

SELECT MIN(foo)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions