Currently browsing tag

Harmony

Incrementing Values SQL?

Hi there, I have got a table using account details Account(accountID, type, balance, customerID) i’d like to see to increment all of the accounts simply by 5% where the balance has expired 8000. Thisis just what exactly ive accomplished. PICK OUT * VIA Account WHERE balance = equilibrium + ( …