Need To Replace Values With Excel Data

Hi Team,

I need to replace numbers/Values in the query with excel data.

Input:
image

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 :slight_smile:

Hi @Putta_Sri_Sai_Rishik_Chow

Your query is quite confusing, could you be more specific…?

In screeshot i havent included brand name and network provider name values…!!

I need to take MSN values from excel and i need to paste in to my query(last line)