We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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;
The text was updated successfully, but these errors were encountered: