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.

Sqrt() mvSQL database function in Jitterbit App Builder

Summary

Returns the square root of the given number.

Syntax

SQRT(<number>)

Parameters

number

The number to evaluate.

Returns

The square root of the given number.

Examples

SQRT(16)

Returns

4