Skip to main content
Nintex Community Menu Bar

What is the correct syntax when referencing variables in a SQL Query

  • March 26, 2021
  • 0 replies
  • 6 views

KB_Admin
Nintex Employee
Forum|alt.badge.img+8

Topic

Which is the correct syntax for referencing variables in a SQL Query

For example is it:

@workflowname "Exact workflow name" 

or this 

@workflowname= 'Exact workflow name' 

 

Instructions

The correct example is to declare the variable and to set the value of the variable i.e
@workflowname= 'Exact workflow name' 
 

Related Links