Advice on checking an array against a database, please.
Posted: Fri Jun 25, 2004 4:01 am
I have an array, array1 of words.
I want to return an array, array2 that contains all the words from array1 that do not exist in a given column (col1) of a given table (Table1).
What's the most efficient way of doing this?
I want to return an array, array2 that contains all the words from array1 that do not exist in a given column (col1) of a given table (Table1).
What's the most efficient way of doing this?