I’m using 11.5 x64 on Windows 7 SP1. I have a query where I join the same table multiple times. Each alias for the table starts with a number (in this example 5). When I run the SQL Formatter command, it inserts a space after the number, breaking the alias naming scheme. I have included two screenshots. The aliases should be “5c1”, “5c2”, “5c3”, etc.