UPDATE "ERP"."AccountingTransactionItem" SET "Description"='2018/09 '||SUBSTRING("Description",9,LENGTH("Description")-1) WHERE LTRIM(RTRIM(SUBSTR("Description",1,8)))LIKE '%2018/08%' AND "AccountingTransactionID"=2280203
SELECT '2018/09 '||SUBSTRING("Description",9,LENGTH("Description")-1) FROM "AccountingTransactionItem" WHERE "AccountingTransactionID"=2280203 AND "ID"=14188269