I need some help trying to create a computed column that references another table.
Table1 example (Consoles):
Console Games GameCount
PS4 Y 3
Switch Y 5
Xbox Y 2
Table2 example (Games):
GameName Console
GameA PS4
GameB Switch
GameC Switch
GameD Xbox
GameE PS4
GameF Switch
GameG Switch
GameH PS4
GameI Switch
GameJ Xbox
I need to create a GameCount column in Table 1 (Consoles) that would look at Table 2 and count the games per console.