Consult everybody I like into the infinite loop,
Column in table 1: number array (nvarchar (MAX))
Table 2 column names: number (nvarchar (50))
SELECT T1. *, T2 * FROM [1] as T1 LEFT JOIN [2] as T2 ON T1. [number] arrays like '%' + T2. [number] + '%'
And I want to ask this design table 1 and table 2 associated together is there a problem? Or affect the query efficiency of what?
CodePudding user response:
You on what you should not pick up their common column directly like
CodePudding user response: