Example: Query for returning all objects that have a default name
SELECT NAME FROM M0.ABSTRACT_OBJECT WHERE IS_DEFAULT(NAME) = 'T'
Back to Top