First commit

This commit is contained in:
MaddoScientisto 2026-04-07 18:02:17 +02:00
commit cc69770608
1468 changed files with 265316 additions and 128 deletions

View file

@ -0,0 +1 @@
select A.id_documento, B.piva ,A.`progDocumento`, A.* from DOCUMENTO as A inner join CLIFOR as B on A.id_clifor= B.id_clifor where B.piva is not null and A.id_esercizio=2018 order by A.`progDocumento` desc;