A
Akilah
I have a table with the column payment status. I want to extract specific
values from that column and place them in different columns in another table.
For example.
Table1 : ID PAYMENT
1 accepted
2 denied
3 pending
Table2: COUNTofAccepted COUNTofDenied COUNTofPending
1 1
1
Thanks
values from that column and place them in different columns in another table.
For example.
Table1 : ID PAYMENT
1 accepted
2 denied
3 pending
Table2: COUNTofAccepted COUNTofDenied COUNTofPending
1 1
1
Thanks