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

sql.default.selectAll.vm Maven / Gradle / Ivy

## $table: com.squid.core.model.database.DBTable
## $skin : com.squid.jdbc.sql.DefaultSkin
##
##-- Template: default SQL ANSI
##-- Skin: $skin.comment($skin.Product)
##-- selecting all from table ${table.Name}
SELECT
#foreach ($column in $table.Columns.Children) 
	#if ($velocityCount>1),
	#end
	$skin.quote($column)
#end
FROM ${skin.fullyQualified($table)}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy