mysql pilih case tidak sensitif

SELECT id 
  FROM groups
 WHERE LOWER(name)=LOWER('Administrator')
Zwazel