Forums

This topic is locked

ERROR: JOIN expressions are not yet implemented

Posted 11 Jan 2002 15:00:47
1
has voted
11 Jan 2002 15:00:47 Tim Schotz posted:
I am trying to join 2 postgres tables with the following SQL:
SELECT DISTINCT parts.text
FROM parts INNER JOIN buildup ON parts.sectionid = buildup.sectionid
When I get the following UltraDev error:
ERROR: JOIN expressions are not yet implemented

I am also using Phakt1.1.1. The SQL seems to work fine until I put in the INNER JOIN.
Is this an UltraDev or SQL problem? What's going on?



Edited by - Shotz on 11 Jan 2002 18:18:28

Reply to this topic