Can I create a method that performs several updates in the Firebird database? For example, I want to update the following registry, but it would have to be one at a time, how to update otherwise?
UPDATE TVENPEDIDO SET NOTAFISCALSERVICO ='18593'WHERE CODIGO = '0000523'
UPDATE TVENPEDIDO SET NOTAFISCALSERVICO ='18594'WHERE CODIGO = '0000516'
UPDATE TVENPEDIDO SET NOTAFISCALSERVICO ='18595'WHERE CODIGO = '0000513'
UPDATE TVENPEDIDO SET NOTAFISCALSERVICO ='18596'WHERE CODIGO = '0000082'
UPDATE TVENPEDIDO SET NOTAFISCALSERVICO ='18597'WHERE CODIGO = '0000571'