Skip to content

SQL Server Go Statement

shenhuan2021 edited this page Mar 3, 2024 · 3 revisions

Delphi

  • gfmtopt.NoEmptyLinesBetweenMultiSetStmts, type of boolean

Java

  • public Boolean noEmptyLinesBetweenMultiSetStmts, type of boolean

Uniform

  • Add an empty line after GO statement

Option: fmt123_vs_mssql_blank_line_after_go = true, type: TFmtBoolean.

SET ANSI_NULLS ON
GO
 
SET QUOTED_IDENTIFIER OFF
GO
Clone this wiki locally