Skip to content

implementing prompting for variables in sql scripts #106

@daust

Description

@daust

When running sql scripts with SQLplus or SQLcl you can define variables in the script and you will be prompted for them, e.g.:

define LABEL=&&1

select user "&&LABEL." from dual;

This is currently not supported. But it should be.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions