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

jp.co.tis.gsp.tools.db.template.sqlserver.createView.ftl Maven / Gradle / Ivy

Go to download

To automate the routine work of the DBA, it is a tool to be able to concentrate on the data modeling work.

There is a newer version: 5.0.0
Show newest version
<#-- sql server create view template -->
<#-- SqLServerのCreate View構文にはREPLACE句は使用できない。 -->
CREATE VIEW <#if entity.schema?has_content>${entity.schema}.${view.name} AS
${view.sql}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy