Skip to content

SQL capitalization table

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  

Clone this wiki locally