This is an old revision of the document! POS SQL Query select submiteinvoice,createdtime ,* from pos where createdtime >='20250101' and SubmitEInvoice='F' update pos set SubmitEInvoice ='T' where createdtime >='20250101' and SubmitEInvoice='F'