Commit f987152a65456139166ab908409b115d83635ea6

Authored by Amrita Vishnoi
1 parent 8adc7f41

get the AIAUser list based on institute name

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' )))
... ...