Hi there,
So my query is something like that
Select U.actionID, M.CardNum, M.serieID... From Upgrades U LEFT JOIN Media M ON U.serieID=M.serieID ... Where....
Now i want to add a temp table to this query to join with my first ta
So my query is something like that
Select U.actionID, M.CardNum, M.serieID... From Upgrades U LEFT JOIN Media M ON U.serieID=M.serieID ... Where....
Now i want to add a temp table to this query to join with my first ta