hello there can someone help me with my query
i have tables ilke this
tbl_sched with the ff fields.
schedId
teamId
vs
date
time
gym
and i have a tbl_teams with the ff field
teamId
teamName
well basically i can join both of them now..
but my problem is that i am using 2 colums that has to be change via single query
like the teamId should be the team name
and the vs should give the team name too..
i can make 2 query to check this but do u think can this be done on a single query?