Thanks for fast reply!
The thing is both tables have user id field but named differently one is called "Tipster" and the other is "tipster_id" both are same user but I need to filter the data by this so only show data from the tipster I want and collect this fields
In other words I need to put toghether this two querys but I dont know how to in order to show in a table one per line and ordered by date and filtered by tipster_id and Tipster =1:
Code: |
SELECT `Deporte`, `Fecha`, `Rival1`, `Rival2`, `Cuota` FROM jos_tipster_pro WHERE `Tipster`='1'
SELECT `outcome` FROM jos_tipster_deltio WHERE `tipster_id`='1'
|
I have tried different ways and no success
Many Thanks
Tato