- Impact
- 2
EDIT - Solved.... I was overthinking that too much.... Don't need this thread anymore.
Hey everyone I'm having some trouble with a query and I'm hoping someone can help me out. I'm bad with these advanced queries but I don't think this one should be too difficult.
I've got two tables, tbl_game and tbl_wager. Both tables have a common field that links them, game_id. I'm trying to query the wager table to find out if the game being wagered on has already started yet.
The game time is stored in the game table and it is called gametime. I would like to get the wager_ids of all the wagers based on games that have started.
Any help would be appreciated I haven't been having much luck.
Thanks
Hey everyone I'm having some trouble with a query and I'm hoping someone can help me out. I'm bad with these advanced queries but I don't think this one should be too difficult.
I've got two tables, tbl_game and tbl_wager. Both tables have a common field that links them, game_id. I'm trying to query the wager table to find out if the game being wagered on has already started yet.
The game time is stored in the game table and it is called gametime. I would like to get the wager_ids of all the wagers based on games that have started.
Any help would be appreciated I haven't been having much luck.
Thanks
Last edited:






