All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opencms.db.db2.query.properties Maven / Gradle / Ivy

#
# DB2 doesn't support column expressions in the RHS of a "LIKE" expression 
#
C_READ_RESOURCE_OUS=\
SELECT DISTINCT \
	${C_RELATIONS_SELECT_ATTRIBS} \
FROM \
	CMS_${PROJECT}_RESOURCE_RELATIONS \
WHERE \
    CMS_${PROJECT}_RESOURCE_RELATIONS.RELATION_TYPE = ? \
    AND LOCATE(CMS_${PROJECT}_RESOURCE_RELATIONS.RELATION_TARGET_PATH, CAST(? AS VARCHAR(1024))) = 1




© 2015 - 2024 Weber Informatics LLC | Privacy Policy