I have a use case to pull back N keys on an index and rather than perform N selects would like to do this
SELECT ... WHERE KEY = keyname AND colname IN [val1,,..] Bill
I have a use case to pull back N keys on an index and rather than perform N selects would like to do this
SELECT ... WHERE KEY = keyname AND colname IN [val1,,..] Bill