Define User Parameter in Script
已回答
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
请先登录再写评论。
There are issues similar to your description: