FengShui1998
MIS
Hello,
I have a table with multiple entries for devices where the DEVTYPE = 'iPad' or DEVTYPE = 'iPhone' and each record has the OwnerID. An owner can have multiple records.
I'd like to pull just the OwnerID whether they have and iPad or an iPhone. I am using DISTINCT however it's returning all the records for an owner.
Thanks ahead of time.
fengshui1998
I have a table with multiple entries for devices where the DEVTYPE = 'iPad' or DEVTYPE = 'iPhone' and each record has the OwnerID. An owner can have multiple records.
I'd like to pull just the OwnerID whether they have and iPad or an iPhone. I am using DISTINCT however it's returning all the records for an owner.
Thanks ahead of time.
fengshui1998