-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Analytics/SQLSQL queryingSQL querying>enhancementTeam:QL (Deprecated)Meta label for query languages teamMeta label for query languages team
Description
- at the moment we support
FIRST/LASTfunctions which have an equivalent meaning withMIN/MAXfor String fields. We should allowMIN/MAXfor strings and delegate toFIRST/LASTfunctions. - TRUNC/TRUNCATE function is available in many RDBs. We support this one in the TRUNCATE form, but Oracle, Postgresql supports the TRUNC variant. We should consider simply adding an alias for the already available TRUNCATE function.
- ATAN2(param1, param2) should be equivalent to ATAN(param1 / param2) called with two parameters and MySQL allows the
ATANfunction to receive one or two parameters. - maybe consider adding a
TRIM(param)function that should be the equivalent ofLTRIM(RTRIM(param)).
Metadata
Metadata
Assignees
Labels
:Analytics/SQLSQL queryingSQL querying>enhancementTeam:QL (Deprecated)Meta label for query languages teamMeta label for query languages team