Suppose I have two tables of devices, my table 1 and table 2. I need to get all the models that has band (in table). Looking for ways on to execute this in sql bigquery. Thanks for the answer
Table 2
model | band |
---|---|
SS1805 | CA_1A-40A,CA_1A-1A-3A,CA_12 |
KA1935 | CA_3A-40A,CA_12 |
L-01K | CA_1A-1A-3A, CA_3A-40A,CA_1A-40A |
Expected Output
band | model | place |
---|---|---|
CA_1A-40A | SS1805,L-01K | aaa |
CA_3A-40A | KA1935,L-01K | aaa |
CA_1A-1A-3A | SS1805,L-01K | aaa |