Regalamiunsorriso/www/admin/_alterTable/__fatturepiva.sql

1 line
206 B
MySQL
Raw Normal View History

2026-04-07 18:02:17 +02:00
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;