You are viewing a single comment's thread. Return to all comments →
My best guess as to the reason is that a table alias is a correlation name, and a correlation name cannot be used for columns (hence the syntax difference): http://docs.oracle.com/javadb/10.8.3.0/ref/rrefcorrelationname.html
Seems like cookies are disabled on this browser, please enable them to open this website
Average Population
You are viewing a single comment's thread. Return to all comments →
My best guess as to the reason is that a table alias is a correlation name, and a correlation name cannot be used for columns (hence the syntax difference): http://docs.oracle.com/javadb/10.8.3.0/ref/rrefcorrelationname.html