Reverse order of suggested ON clause
My preferred method of joining tables is that the old table is equal to a field on the new table, this way the progression is older to newer in both declaration, and joining.
Do you think it would be possible to offer an option to reverse the suggested ON clause to be older table/view to newer?
Example:
Instead of:
Employee e
INNER JOIN JobTitles t
ON t.JobTitleId = e.JobTitleId
You have:
Employee e
INNER JOIN JobTitles t
ON e.JobTitleId = t.JobTitleId
Thanks
John
                1
                 vote
              
            
 John Goodwin
    
 shared this idea
John Goodwin
    
 shared this idea
      
    This feature is available in dbForge Studio for MySQL, v6.1.166.
 
        