How to select all the columns using script.,
purge_assessment_query="SELECT * FROM WK.BATCH c"
echo $purge_assessment_query
Whenever I echo the above query in shell script., it's printing all files that are inside the current directory. Later it's printing the part the command..
like below
Select 1 test.sh test2.sh FROM WK.BATCH c
What's wrong in "*". Please help me resolve this.