Skip to content

RFC-0026 Support for ANSI SQL syntax in TRIM function - #67

Closed
nishithakbhaskaran wants to merge 1 commit into
prestodb:mainfrom
nishithakbhaskaran:trim-rfc
Closed

RFC-0026 Support for ANSI SQL syntax in TRIM function#67
nishithakbhaskaran wants to merge 1 commit into
prestodb:mainfrom
nishithakbhaskaran:trim-rfc

Conversation

@nishithakbhaskaran

Copy link
Copy Markdown

Summary

Issue :prestodb/presto#28362

Support the below syntax in trim function

TRIM(BOTH | LEADING | TRAILING FROM <source>)
TRIM(BOTH | LEADING | TRAILING <char> FROM <source>)
TRIM(<source>, <char>)   -- existing comma form, unchanged

@prestodb-ci prestodb-ci added the from:IBM PRs from IBM label Aug 20, 2026
@nishithakbhaskaran
nishithakbhaskaran marked this pull request as ready for review August 20, 2026 06:26
@prestodb-ci
prestodb-ci requested review from a team and anandamideShakyan and removed request for a team August 20, 2026 06:26
@nishithakbhaskaran
nishithakbhaskaran force-pushed the trim-rfc branch 2 times, most recently from 4412d70 to 6591f3d Compare August 20, 2026 07:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

from:IBM PRs from IBM

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants