0
I’ve come to the conclusion of how you do:
SELECT Player_name, Subscription_id,Date_subscription,Amount_paid,Attendance_id,Training_date
FROM PLAYER p,SUBSCRIPTION s, Attendance a
WHERE p.SUBSCRIPTION_SUBSCRIPTION_ID = s.SUBSCRIPTION_ID and a.PLAYER_PLAYER_ID = p.PLAYER_ID;
please put the code here and not printscreen.
– Thiago Loureiro
Your query is without any Where?...
– Thiago Loureiro
you have no condition in the joins
– Rovann Linhalis