Skip to content

Enhance SQL function #1216

@cmdares

Description

@cmdares

It is suggested to add
1.ROW_NUMBER() OVER (PARTITION BY COL1 ORDER BY COL2)
2.Upsert https://www.postgresqltutorial.com/postgresql-upsert/
3.other window function: count|max|min|lead|lag|first_value|last_value over(PARTITION BY COL1 ORDER BY COL2)
4.CONCAT_WS() GROUP BY

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions