Hi Team,
I need to replace numbers/Values in the query with excel data.
Input:
Output:
Select distinct MSN,
BRAND_NAME,
NETWORK_PROVIDER_NAME
from RPA_TEAM
where msn in
(‘2255067937’,‘2677806311’,‘7736689450’,‘8653699064’,‘9127032884’,‘3472023688’,‘4088384530’)
Note: In excel numbers/values is not fixed(sometimes 10rows…100rows)
Thanks