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

org.flowable.common.db.properties.gbase8s.properties Maven / Gradle / Ivy

There is a newer version: 7.0.1.1
Show newest version
limitBefore=select RES.* from ( select RES.*, rownum as rnum from (
limitAfter= ) RES where ROWNUM < #{lastRow} ) RES where rnum >= #{firstRow}
boolValue=1




© 2015 - 2024 Weber Informatics LLC | Privacy Policy