Hi,
I have two indexes basically like this:
indexA has field1, field2, field3
indexB has field4, field5, field6
**field1=field4** (both are username)
I need a table showing:
field1, field2, field5, field6
In SQL, I can use join query, but I don't know how in SPL. Thank you for your help.
↧