Created
December 19, 2019 06:39
-
-
Save ahmednrana/5e5e187f7e1a9ae32c9496f18bbfcad7 to your computer and use it in GitHub Desktop.
Conditional expression used in a app maximo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT * FROM CONDITION WHERE CONDITIONNUM IN (SELECT CONDITIONNUM FROM CTRLCONDITION WHERE CTRLGROUPID IN (SELECT CTRLGROUPID FROM CTRLGROUP WHERE app = 'ECRF')); -- depends upon control Group |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment