Commit f987152a65456139166ab908409b115d83635ea6
1 parent
8adc7f41
get the AIAUser list based on institute name
Showing
1 changed file
with
1 additions
and
0 deletions
150-DOCUMENTATION/002-DBScripts/getAIAUserListBasedOnInstitute.sql
0 → 100644
1 | +select * from AIAUser where Id in ( select UserId from AIAUserToLicenseEdition where LicenseEditionId in (select Id from LicenseToEdition where LicenseId in (select Id from License where InstitutionName ='WKLabGuide1replacement' ))) | ... | ... |