jp.co.tis.gsp.tools.db.template.sqlserver.createView.ftl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gsp-dba-maven-plugin Show documentation
Show all versions of gsp-dba-maven-plugin Show documentation
To automate the routine work of the DBA, it is a tool to be able to concentrate on the data modeling work.
<#-- sql server create view template -->
<#-- SqLServerのCreate View構文にはREPLACE句は使用できない。 -->
CREATE VIEW <#if entity.schema?has_content>${entity.schema}.#if>${view.name} AS
${view.sql}