Define User Parameter in Script
Answered
Is it possible to define a user paramter in a .sql file?
-- ${username} = 'Jane Doe'
select *
from user_table
where userId = ${username};
Using the Parameter's Dialog is a bit cumbersome
Please sign in to leave a comment.
There are issues similar to your description: