You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Use Build JOB parameters in SQLCli

edited Jul 16, 2019 9:34AM in Visual Builder Studio 2 comments

Summary

Use Build JOB parameters in SQLCli

Content

Hi,

We have created SQLCli execution type build job where we are executing an insert statement. We want to use the build job level parameters in that insert statement.is that possible? we tried below -

insert into xxxxxtable values ('$USER_DB');

insert into xxxxxtable values ($USER_DB);

insert into xxxxxtable values (&USER_DB);

All above is not working, any suggestions on the syntax?

Thanks

Version

DevCS Latest

Code Snippet

insert into xxxxxtable values ('$USER_DB');

insert into xxxxxtable values ($USER_DB);

insert into xxxxxtable values (&USER_DB);
Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!