You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECT
T1._IDRRef
FROM dbo._Reference26X1 T1
WHERE ? IN
(SELECT
? AS Q_001_F_000_
FROM (SELECT
T3._Fld14500RRef AS Fld14500RRef
FROM dbo._InfoRgSL31415 T3) T2
WHERE (T2.Fld14500RRef = T1._IDRRef))
output
SELECT T1._IDRRef
FROM dbo._Reference26X1 T1
WHERE ? IN (
SELECT ? AS Q_001_F_000_
FROM (
SELECT T3._Fld14500RRef AS Fld14500RRef
FROM dbo._InfoRgSL31415 T3
) T2
WHERE (T2.Fld14500RRef = T1._IDRRef)
)
GO
I wand to remove final "GO"
I use command line tool SqlFormatter for Windows
is indentString (default: \t)
st spacesPerTab (default: 4)
mw maxLineWidth (default: 999)
sb statementBreaks (default: 2)
cb clauseBreaks (default: 1)
tc trailingCommas (default: false)
sac spaceAfterExpandedComma (default: false)
ebc expandBetweenConditions (default: true)
ebe expandBooleanExpressions (default: true)
ecs expandCaseStatements (default: true)
ecl expandCommaLists (default: true)
eil expandInLists (default: true)
uk uppercaseKeywords (default: true)
sk standardizeKeywords (default: false)
ae allowParsingErrors (default: false)
e extensions (default: sql)
r recursive (default: false)
b backups (default: true)
b outputFileOrFolder (default: none; if set, overrides the backup option)
l languageCode (default: current if supported or EN; valid values include EN, FR and ES)
The text was updated successfully, but these errors were encountered:
input
output
I wand to remove final "GO"
I use command line tool SqlFormatter for Windows
The text was updated successfully, but these errors were encountered: