Hello. Looking for some tips, tricks or help in addressing the following issue.
Table 1 has two columns, A and B. Column A is the Key ... column B is the name-value.
Table 2 has many rows and has 10 Columns. Each column contains a value which I need to look against Table 1 Column A and retrieve the Table 1 Column B name-value.
And I cannot seem to do this without laborious and repeated queries. Any tricks?
Table 1 has two columns, A and B. Column A is the Key ... column B is the name-value.
Table 2 has many rows and has 10 Columns. Each column contains a value which I need to look against Table 1 Column A and retrieve the Table 1 Column B name-value.
And I cannot seem to do this without laborious and repeated queries. Any tricks?
Comment