Support Center

SQL Query Tokens

All columns of your SQL SELECT statement are available as tokens.

Example:

SELECT Username,

FirstName,

LastName,

Email,

DisplayName

FROM Users

Following tokens are available for use with above Example SQL Query.

[SQL:username]

[SQL:firstname]

[SQL:lastname]

[SQL:email]

[SQL:displayname]

Glad we could be helpful. Thanks for the feedback.

Sorry we couldn't be helpful. Your feedback will help us improve this article.

How helpful was this page?

  
Updated on Wed, 16 Aug 2017 by Ashish Pachori