tanveerhabib
Programmer
suppose I have a table having these columns
ID
Asset
Debit
Credit
and i need to add debit and credit separately like if asset has debit values 100+200+300 and credit have values -100-200-300 both of them must have total debit = =300 and credit = -300
what will be mysql command to enter
regards
ID
Asset
Debit
Credit
and i need to add debit and credit separately like if asset has debit values 100+200+300 and credit have values -100-200-300 both of them must have total debit = =300 and credit = -300
what will be mysql command to enter
regards