Alla_Pob
5 - Automation Enthusiast
Comment Post Options
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
โFeb 09, 2017
09:43 AM
I have 2 tables, and I need a result that shows only inputs that are the same in both tables.
Hence, to compute the intersection of a number of arrays.
array intersect ( array1, array2 [, array#โฆ ] )
Returns an array containing all the values of array1 that are present in all the arguments.
Where:
array1
The array with master values to check.
array2
An array to compare values against.
โฆ
A variable list of arrays to compare.
Any workarounds at this point?
13 Comments