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.

EscapeIfRequired() mvSQL database function in Jitterbit App Builder

Summary

Escapes a table or column name, if needed.

Syntax

EscapeIfRequired(<string>)

Parameters

<string>

A table or column name

Returns

Escaped value for table or column name

Examples

EscapeIfRequired('A "Column" name')

Returns

"A ""Column"" name"