trinodb/trino

Add function to convert strings to title case.

Open

#2,942 opened on Feb 25, 2020

View on GitHub
 (20 comments) (1 reaction) (0 assignees)Java (9,113 stars) (2,678 forks)batch import
enhancementgood first issuesyntax-needs-review

Description

According to the Presto docs, there is not currently a function to convert a string to title case.

Contributor guide