Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.9.0
-
Component/s: None
-
Labels:None
Description
In the case of running a SQL file in CLI mode, should be able to pass as a parameter value. See bellow use case.
test.sql
select * from lineitem where l_tax > ${tax} and l_discount > ${discount}
bin/tsql -f ./test.sql --param tax=10 --param discount=20