| Author |
Message |
kevriley
Joined: 07 Apr 2009 Posts: 64 Location: UK
|
Posted: Thu Oct 14, 2010 3:43 pm Post subject: JOIN condition limited to immediate previous table |
|
|
A suggestion...
when suggesting the final join conditions for the following
select *
from tableA
join tableB on tableA.Aid = tableB.Aid
join tableC on tableB.Bid = tableC.Bid
join tableD on .......
SQL Prompt tries only to find matches between tableD and tableC, although in this case there is a link between tableA and tableD (infact there is even a FK relationship between the two) |
|
| Back to top |
|
 |
Anu Deshpande
Joined: 20 Apr 2009 Posts: 591 Location: Cambridge
|
Posted: Mon Oct 18, 2010 11:07 am Post subject: |
|
|
Many thanks for your email.
This is the way currently SQL Prompt is designed to behave.
We appreciate your feedback and hence logged this as a feature request in our internal tracking system whose tracking id is SP-3530.
It will be reviewed by product manager and than marked for the release.
I will update you as soon as it is incorporated. _________________ Anuradha Deshpande
Product Support
Redgate Software Ltd.
E-mail: support@red-gate.com |
|
| Back to top |
|
 |
Matthew.Wilkerson
Joined: 05 May 2006 Posts: 31 Location: Tumwater, WA
|
Posted: Mon Oct 18, 2010 10:38 pm Post subject: |
|
|
| It would be a huge help if SQL Prompt did this. This seems to be a big oversight, as many of our SQL queries do not just join to the previous table. Prompt SQL had provided this functionality. Thank you. |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
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