Project

General

Profile

Task #564

Updated by Aaron Marcuse-Kubitza almost 12 years ago

* this enables creating a table to contain the results of a join, without needing to resolve column name collisions 

 
 * for some columns, this will naturally occur by doing #563 

 * also ensure that the tables share only ID fields, preferably just one field 
 ** this enables joining tables using just a NATURAL JOIN, without needing an explicit USING list to say which column names are globally unique (and therefore combinable) 

 * for some columns, this will naturally occur by doing #563

Back