You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tako Lee edited this page Feb 20, 2014
·
8 revisions
Table name has a dedicated case option.
SELECT department_id,
Min( salary )
FROM EMPLOYEES
GROUP BY department_id
User can also specify a table mapping file that all tables should capitalized exactly the same as the one in this file. Table name in this mapping file should be one table per line with desired case.