SoftTree Technologies SoftTree Technologies
Technical Support Forums
RegisterSearchFAQMemberlistUsergroupsLog in
Derived table bug - Query Analyzer

 
Reply to topic    SoftTree Technologies Forum Index » SQL Assistant View previous topic
View next topic
Derived table bug - Query Analyzer
Author Message
judahr



Joined: 09 Mar 2007
Posts: 319
Country: United States

Post Derived table bug - Query Analyzer Reply with quote
Start with a derived table based query like this (tables should exist and connection is on the database):

Select
From (Select Column1
From Table1
Group By Column1
Having Count(*) > 1) dup


After the "dup", type INNER JOIN<space>

Query analyzer closes.
Mon Mar 19, 2007 2:22 pm View user's profile Send private message
SysOp
Site Admin


Joined: 26 Nov 2006
Posts: 7833

Post Reply with quote
Hi,

Thanks for the bug report. I can reproduce this issue on my system. I will send it to developers for further investigation.
For now, please you use "AS alias" syntax like "SELECT FROM (subquery) AS alias INNER JOIN ..."


Quote:
Select
From (Select Column1
From Table1
Group By Column1
Having Count(*) > 1) AS dup

Mon Mar 19, 2007 4:25 pm View user's profile Send private message
Display posts from previous:    
Reply to topic    SoftTree Technologies Forum Index » SQL Assistant All times are GMT - 4 Hours
Page 1 of 1

 
Jump to: 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


 

 

Powered by phpBB © 2001, 2005 phpBB Group
Design by Freestyle XL / Flowers Online.