...
Note |
---|
STEP 3: Standard SQL behavior can be expected at this stage, everything in the user SELECT statement will be switched to lowercase, unless it is quoted. |
Note |
---|
STEP 4: More errors may appear at this step, because of the presence of attributes with different letter cases in user SELECT statement and in the result set from previous stepStandard SQL behavior can be expected at this stage as well.
|
Study the example to make sure that you understand this concept . There you can see which attributes will be switched to lower case, and for which the case will be preserved.
...