This is my first post on tek-tips. I appologize if this is not the correct forum for this question.
I am trying to implement a function that will execute a join of tables (implemented as arrays). I want this to work like a SQL join of two tables, but aginst arrays.
What I'm looking for is some sample logic that should be used to joing two arrays as if they were tables.
Any help would be appreciated.
Thanks!
I am trying to implement a function that will execute a join of tables (implemented as arrays). I want this to work like a SQL join of two tables, but aginst arrays.
What I'm looking for is some sample logic that should be used to joing two arrays as if they were tables.
Any help would be appreciated.
Thanks!