Closed CJWbiu closed 10 months ago
Thanks for reporting.
Can you point me to any resources that document this ..
syntax in SQLServer?
I know of similar syntax in BigQuery, but there one can only use it inside quoted table names like `project..dataset....table`
where the repeated .
is simply treated the same as single .
. Does the SQLServer also simply allow repeated ..
instead of just .
, or does the multi-dot syntax have some special meaning?
Thanks for reporting.
Can you point me to any resources that document this
..
syntax in SQLServer?I know of similar syntax in BigQuery, but there one can only use it inside quoted table names like
`project..dataset....table`
where the repeated.
is simply treated the same as single.
. Does the SQLServer also simply allow repeated..
instead of just.
, or does the multi-dot syntax have some special meaning?
master..sysprocesses is a shorthand for the [database_name].[schema_name].[object_name] format. I apologize, as I am also not clear on where this syntax is located in the official documentation, but it is indeed legal in SQL Server.
Fixed in 15.1.0 release.
Input data
Expected Output
Actual Output
Usage
What SQL language(s) does this apply to? SQLServer
Which SQL Formatter version are you using? 14.0.0