Viewing post 1 (of 2 total)
Hello, and thank you for your answer.
Here is the modified query with qualified tables and columns :
SELECT r.r_t_id, tg.a_value
FROM rank r
INNER JOIN topic tp on r.r_t_id =...
September 14, 2010 at 1:32 am
#1220489