Skip to content

Instantly share code, notes, and snippets.

@ijokarumawak
Created October 6, 2015 11:44
Show Gist options
  • Save ijokarumawak/534fbbb8540ecc32914b to your computer and use it in GitHub Desktop.
Save ijokarumawak/534fbbb8540ecc32914b to your computer and use it in GitHub Desktop.
CREATE INDEX def_airportname_upper
ON `travel-sample`(upper(airportname)) USING GSI;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment