and thank you santamafusa
i need to upgrade a database from foxpro to mysql, how do i begin. how do i pass the tables to one db controler to the other.
please help.!
i have 2 tables
players(player_id,name,last_name,team_id,first_pos_id)
games_payed(game_id,play,date,inning,pitcher_id,batter_id,result)
is something like this:
PLAYERS
player_id name last_name team_id first_pos_id
ny1 jhon white yankees 1
chc2 jan...
i have 2 tables
games(winner_team_ID,looser_team_ID,game_ID,start_date_ID,finish_date_ID)
teams(team_ID,team_name,lig,division)
i need to a list of all the teams names with the games that they won or lost
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.