SqlDbx Forum

SqlDbx

You are not logged in.

#1 2014-10-13 05:47:46

timeco
Member

Format SQL issues

Hi,

could you please check the Format SQL functionality, I tried to make it work through this simple example:

Pre-formatting query:

SELECT * FROM table1 e WHERE x = y

Post-formatting:

SELECT *
    FROM table1 e WHERE x = y

but, as you can see, nothing much happened. In SQL Formatter options, I have ticked the "Before AND/OR", "After comma" and "After (SELECT,FROM,WHERE,FROM) -> btw, "FROM" is listed twice wink


Expected result:

SELECT 
*
FROM 
table1 e 
WHERE
x = y

Thanks,
Goran

Offline

Board footer

Powered by FluxBB