select  UserName ,WalletMoney from TBankWallet,TUsers where TBankWallet.UserID=TUsers.UserID  and username like '%krb%'
我现在想将查询这两列中的值要修改有办法没,可以告诉我怎么写