sqlcl alias does not work with bind variable
I have and alias userinfo
alias userinfo=select 1 from dual where 1 = :1;
userinfo 1 - does not return any row for command userinfo 1
I use the same SQL on the SQL prompt it gives
SP2-0552: Bind variable "1" not declared.
What I am doing wrong?
I tried on sqlcl version 21.2 and 22.2 (latest version)