I have two tables Customers and CustomerStatusEntries :
CustomerStatusEntries
---------------------------
Id | Branch | CustomerStatus_Value | Customer_Id
CustomerStatus_Value = ("B" = "Block" , "E" = "Created" etc...)
I need to get this output

1 Answer