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

template.mysql.select.getCountByPk.ftl Maven / Gradle / Ivy



SELECT
	count(0)
FROM
  ${tableName!}

<#list pkColumns as pkColumn>
	
		`${pkColumn.column}` IN
		(
		
			 ${"#\{id}"} 
		
		)
	






© 2015 - 2025 Weber Informatics LLC | Privacy Policy