Alkomahooli
New member
0
0%
3
Months of Service
0%
Hello. I have the user and balance_transaction tables in my database. I want new users who register to have their information added to the balance_transaction table through a trigger. The balance_transaction table has a userid column, but the user table has username and id columns. I am unable to insert this information. I am unable to extract two columns.