You are here: home » autocount_pos » possqlquery

POS SQL Query

This is an old revision of the document!


select submiteinvoice,createdtime ,* from pos where createdtime >='20250101' and SubmitEInvoice='F' update pos set SubmitEInvoice ='T' where createdtime >='20250101' and SubmitEInvoice='F'