Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Compare a value in a variable in the script

I have a variable VX , what is the syntax I have to use to compare in SQL script one field with the value of this variable?

I put here the example I have

Load

Sales_account

From sales  where sales_account =  variable , I want to know what is exactly the syntax for this comparison.

Thanks,

1 Reply
Not applicable
Author

From sales  where sales_account =$(VX)