/build/static/layout/Breadcrumb_cap_w.png

User location table?

I need the location field which contains the name.  the user contains the location_iD but not the name itself. Ive been looking all over the schema and cant find it.  Desperately need it for a query.  Anyone?


0 Comments   [ + ] Show comments

Answers (2)

Posted by: KevinG 2 years ago
Red Belt
0

Locations are an Asset with an asset_type_id == 1
So the Name column would contain the location name.


The following SQL will display the name for each matching row in the table ASSET in the database named ORG1.

select name from ORG1.ASSET where asset_type_id = 1


Posted by: barchetta 2 years ago
4th Degree Black Belt
0

Thank you.. got it.

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ