Hello all,
I need to cross reference data between 2 tables.
First I query table 1 and i get the result token.destination as a pointer data.
Then I need to query table 2 based on token.destination as a primary key.
The problem is that token.destination is a pointer and in table 2 I only have string data.
Thank you very much.
Regards,