Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fmt019_where_condition_andor = at_the_begin_of_line_right_align_with_main_keyword #5

Open
Paggio11 opened this issue Feb 28, 2017 · 0 comments

Comments

@Paggio11
Copy link

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;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant