Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

This query only needs to be run prior to requesting an upgrade to 2020.3 or newer. It will allow your Organization to locate multiple Equipment that shares a MAC Adress. In 2020.3, a constraint is placed on MAC Address fields being unique across the system.

Duplicate MAC Address LocatorĀ for Oracle and MySQL

Service Desk Cabling
SELECT COUNT(MAC_ADDRESS) CNT, MAC_ADDRESS
FROM EQUIPMENT
GROUP BY MAC_ADDRESS
HAVING COUNT(MAC_ADDRESS) > 1
  • No labels