B
Bisha
I have 2 tables :
----------------------
Matchname1 1
Matchname2 X
------------------------------------------
Matchname1 1.2 1.3 1.1
Matcname2 1.6 1.2 1.7
Need a query that's going to give me the Match, Score and Koeficent for that
score:
----------------------------------------------
Matchname1 1 1.2
matchname2 2 1.7
Thanks in advance
Match ScoreTable1
----------------------
Matchname1 1
Matchname2 X
Match 1 x 2Table2
------------------------------------------
Matchname1 1.2 1.3 1.1
Matcname2 1.6 1.2 1.7
Need a query that's going to give me the Match, Score and Koeficent for that
score:
Match Score KoeficentQuery
----------------------------------------------
Matchname1 1 1.2
matchname2 2 1.7
Thanks in advance