Closed
Description
I'm working with DB2 (iSeries) SQL statements. One of the primary databases I work with includes "#" within the library name.
Example:
select * from db#prod.pohead where ponum = 1111;
Format Document error
Unable to format SQL: Error: Parse error: Unexpected "#prod.pohead" at line 99 column 99
If I use the IBM Client Access SQL tool, the format works fine. It appears that the the "Prettier-SQL.SQLFlavourOverride": "db2" is not allowing character "#" in the library name even though it is valid.