Tom Lane wrote:
Rich Doughty <[EMAIL PROTECTED]> writes:
However, the following query (which i believe should be equivalent)
SELECT *
FROM
tokens.ta_tokenhist h INNER JOIN
tokens.ta_tokens t ON h.token_id = t.token_id LEFT JOIN
tokens.ta_tokenhist i ON t.tok
Rich Doughty <[EMAIL PROTECTED]> writes:
> However, the following query (which i believe should be equivalent)
> SELECT *
> FROM
> tokens.ta_tokenhist h INNER JOIN
> tokens.ta_tokens t ON h.token_id = t.token_id LEFT JOIN
> tokens.ta_tokenhist i ON t.token_id = i.token_i