On 2008-02-23 07:08, Dean Gibson (DB Administrator) wrote:
...


SELECT word1, word1
  FROM S JOIN txt ON word = word1
  WHERE type1 = <int1> AND type2 = <int2>;

...
Oops that should be:

SELECT word1, word2
 FROM S JOIN txt ON word = word1
 WHERE type1 = <int1> AND type2 = <int2>;


--
Mail to my list address MUST be sent via the mailing list.
All other mail to my list address will bounce.

Reply via email to