First commit
This commit is contained in:
parent
cf97b64877
commit
cc69770608
1468 changed files with 265316 additions and 128 deletions
1
www/admin/_alterTable/__fatturepiva.sql
Normal file
1
www/admin/_alterTable/__fatturepiva.sql
Normal 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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue