on ‎2017 Sep 07 12:01 PM
Hi all,
i am getting syntax error while using variable within sql transform in bods dataflow.
in the below script $GV_DB is the global variable that i am populating with the required value in a script prior to the dataflow.
same thing is working at all the places except this one dataflow.
can anyone please suggest on this?
select
*******
from
[$GV_DB].[dbo].[table_XXXX]
join
*****
******
Regards,
swetha
Request clarification before answering.
Hi Swetha N,
First give correct table name with schema name with out variable and update schema. AFter updating schema you can use variables.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.