-
Notifications
You must be signed in to change notification settings - Fork 442
Closed as not planned
Labels
Description
Input data
Which SQL and options did you provide as input?
Select *
From #temp as A
left join table as B
on A.ID = B.IDExpected Output
Select
*
From
#temp as A
left join table as B on A.ID = B.IDActual Output
Unable to format SQL: Error: Parse error: Unexpected "#temp as A" at line 4 column 5
Usage
- How are you calling / using the library?
Right click in the white space of the document and select "Format Document" - What SQL language(s) does this apply to?
T-SQL - Which SQL Formatter version are you using?
["INFO" - 8:42:51 AM] Extension Name: esbenp.prettier-vscode.
["INFO" - 8:42:51 AM] Extension Version: 10.4.0.