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

titan.lightbatis.mybatis.script.dynamicSelectSQL.mustache Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
SELECT

    
    
        ${projection.column}
    

FROM  {{table}}

    {{#columns}}
       AND {{column}} = {{>columnHolder}}
    {{/columns}}

{{#each orderColumns}}{{#eq @index 0}}ORDER BY {{/eq}} {{#gt @index 0}},{{/gt}} {{column}} {{orderBy}}{{/each}}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy