I will like to modify the value for TransactionAmount where TransactionAmount > 15000 using TSQL. Table has over 50K rows.
Could someone pls help me? I am having trouble finding any examples anywhere.
<BillingTransactionInfo xmlns="http://xed.com/bc/gx.billsactioninfomodel">
<AccountingDate>2018-12-07T13:40:44</AccountingDate>
<AccountingDay>7</AccountingDay>
<AccountingMonth>12</AccountingMonth>
<AccountingYear>2018</AccountingYear>
<AccountNumber>PC:0049207</AccountNumber>
<AccountType>insured</AccountType>
<BillingReferenceNumber>50000018100</BillingReferenceNumber>
<CustomerName>JOHN MCGEE</CustomerName>
<GLMonth>12</GLMonth>
<GLYear>2018</GLYear>
<TransactionSubtypeCode>DirectBillMoneyReceivedTxn</TransactionSubtypeCode>
<TransactionSubtypeDesc>Direct Bill Money Received</TransactionSubtypeDesc>
<IssueDate>2018-12-07T13:40:37</IssueDate>
<PaymentMethod>cash</PaymentMethod>
<PolicyRiskState>AL</PolicyRiskState>
<ReasonCode>Direct Bill Money Received</ReasonCode>
<RecordCreationDate>2018-12-07T13:40:37</RecordCreationDate>
<Source>BILLING</Source>
<TransactionAmount>2570.77</TransactionAmount>
<TransactionCreateDate>2018-12-07T13:40:37</TransactionCreateDate>
</BillingTransactionInfo>