Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: Very slow query with only 2 joins

    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 =...

Viewing post 1 (of 2 total)