Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Name correlation problem
Sat, Dec 16 2006 11:06 AMPermanent Link

Tim,

There's a parsing problem with selects. Both statements:
select * from d as d1, d as d2
and
select * from d as d1 join d as d2 on d1.n = d2.n

Return error #700: duplicate table or table correlation name.

Michael

Sat, Dec 16 2006 5:25 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Michael,

<< There's a parsing problem with selects. Both statements:
select * from d as d1, d as d2
and
select * from d as d1 join d as d2 on d1.n = d2.n

Return error #700: duplicate table or table correlation name. >>

Fixed.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image