sqlparser / isf_notepad

SQL Formatter plugin for Notepad++
Apache License 2.0
77 stars 47 forks source link

fmt019_where_condition_andor = at_the_begin_of_line_right_align_with_main_keyword #5

Open Paggio11 opened 7 years ago

Paggio11 commented 7 years ago

none option of fmt019_where_condition_andor work

the result is always the same

SELECT PD.CODICE, HD.NUM_PROGRESSIVO, HD.DATA_REGISTRAZIONE, * FROM DOCUMENTO HD, RIGA_DOCUMENTO RD, PROF_DOCUMENTO PD WHERE PD.ID_PROF_DOCUMENTO = HD.ID_PROF_DOCUMENTO AND RD.ID_DOCUMENTO = HD.ID_DOCUMENTO;