I have 2 tables viz. Table_A and Table_B with one column in each table and the values are shown below
Table_A:
IP_info |
---|
10.30.111.222 |
Table_B:
IP_info |
---|
11.55.67.777,10.30.111.222,10.23.567.233 |
Can you help me out in joining these values in MS SQL or any other SQL (using single query)?
The goal is to display 1 row with these 2 values, since the value of Table_A.IP_info "10.30.111.222" exist in Table_B.IP_info (approximately matching)