Please, help!
By defaul Beautifier:
Desired Beautifier Behavior (align fields in a table and single-line comments):
How can I do that? Thanks!
By defaul Beautifier:
SQL:
select p.ab_field1, -- comment 1
p.abc_field2, -- comment 2
p.a_field3, -- comment 3
from some_table t
where t.field3 = 1
Desired Beautifier Behavior (align fields in a table and single-line comments):
SQL:
select p.ab_field1, -- comment 1
p.abc_field2, -- comment 2
p.a_field3, -- comment 3
from some_table t
where t.field3 = 1
How can I do that? Thanks!
Last edited: