Skip to Content

Turn your connections into holiday cash with our new Customer Referral Program! Learn more

This documentation is for version 4 of App Builder, the new name for Vinyl. Access the Vinyl documentation here.

Upper() mvSQL database function in Jitterbit App Builder

Summary

Returns the given string in uppercase.

Syntax

UPPER(<string>)

Parameters

string

The string to uppercase.

Returns

The string, uppercased.

Examples

UPPER('abcdef')

Returns

ABCDEF