How do I query for a user's phone number in the EPDM SQL database?
I have this query which works but can't figure out where the phone and cell phone values are stored.
select u.Initials,u.FullName, u.Email
from users as u
order by u.Initials
SolidworksApi macros