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

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

There is a newer version: 1.2.0
Show newest version
SELECT * FROM  {{table}}

    {{#columns}}
        AND
        {{#if logicDelete}}
            {{column}} != 1
        {{/if}}
        {{#unless logicDelete}}
        	
            	{{column}} = {{>columnHolder}}
            
        {{/unless}}
    {{/columns}}
    {{#each orderColumns}}{{#eq @index 0}}ORDER BY {{/eq}} {{#gt @index 0}},{{/gt}} {{column}} {{orderBy}}{{/each}}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy