From the course: SQL Essential Training

Unlock the full course today

Join today to access over 23,100 courses taught by industry experts.

String, date, and aggregate function types

String, date, and aggregate function types - SQL Tutorial

From the course: SQL Essential Training

String, date, and aggregate function types

- [Instructor] Now let's head over to our execute SQL tab and take a look at the following function. Now, when I type in the keyword or the function UPPER, then open parenthesis, we do see this popup in front of us which is telling us a little bit more about the UPPER function and what it expects. Now, most functions in DB Browser have popup information that's very helpful in determining what arguments the function takes and what the function actually does. Now let's start exploring some of the various functions starting with string function.

Contents