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

template.mysql.insert.addSomeIgnore.ftl Maven / Gradle / Ivy

There is a newer version: 0.0.5
Show newest version

INSERT IGNORE INTO ${tableName!}
(
<#list columns as column>
	`${column.column}`<#if column_has_next>,

)
VALUES 

(
<#list columns as column>
	${"#\{bean."}${column.property}${"}"}<#if column_has_next>,

)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy