"select
a,
b,
c,
d,
e,
f,
g,
h
from
ab.pqr.xyz
where
a in ('12345')"
I am using the above sql query t fetch the the details. And query is running fine.
But I have list of 30,000 entries to fetch. I have created the concatenated list of these 30000 entires and break them in 3 groups consisting of 9999 entries. Below is the sample
Now i want to pass these values in the sql query i have written in formula tool but i dnt know how to read these multiple values
| Batch_ID | a |
| 1 | 1234','3244','7008','6208','1211','4009' |
| 2 | 3411','2414','1108','4454','7653','7369' |
| 3 | 3455','1144','6788','2570','1771','9478' |