06-05-20 01:47 PM
In this query, ACBS_SET_IDSA_CVS20200407 is my sheet name. How to pass a data type if this sheet name is store in Data1
2. Select [Borrower Fullname] from [ACBS_SET_IDSA_CVS20200407$] where [Loan Number]='123456'
In this query, I want to replace the loan no. 123456 with some data type– Data1, which will store dynamic values. How do we do that.
3.Select distinct [Borrower Fullname] from [ACBS_SET_IDSA_CVS20200407$] where [Borrower Fullname] like '%WEST%'
I want to pass WEST into a data type. What will be the syntax.
Answered! Go to Answer.
06-05-20 02:41 PM
06-05-20 02:41 PM
06-05-20 04:10 PM
06-05-20 04:50 PM