JohnnyBeGood
Member²
In the dml section of the beautifier option it would be nice if we could put the keyword "and" on a new line
If I applied the beautifier on this (all on the same line)
select * from pilo_tbl_utilsn_spec utsp where utsp.atgl_id_spec = 1 and utsp.vaat_id = 3
I get
select *
from pilo_tbl_utilsn_spec utsp
where utsp.atgl_id_spec = 1 and utsp.vaat_id = 3
but what I want is
select *
from pilo_tbl_utilsn_spec utsp
where utsp.atgl_id_spec = 1
and utsp.vaat_id = 3
is it possible ?
Thanks
Jean Boul
If I applied the beautifier on this (all on the same line)
select * from pilo_tbl_utilsn_spec utsp where utsp.atgl_id_spec = 1 and utsp.vaat_id = 3
I get
select *
from pilo_tbl_utilsn_spec utsp
where utsp.atgl_id_spec = 1 and utsp.vaat_id = 3
but what I want is
select *
from pilo_tbl_utilsn_spec utsp
where utsp.atgl_id_spec = 1
and utsp.vaat_id = 3
is it possible ?
Thanks
Jean Boul