Skip to content

Instantly share code, notes, and snippets.

@davletyarov
Created May 24, 2019 16:25
Show Gist options
  • Save davletyarov/77b09ddf96317705f81b939ed489647f to your computer and use it in GitHub Desktop.
Save davletyarov/77b09ddf96317705f81b939ed489647f to your computer and use it in GitHub Desktop.
CREATE INDEX category_name_word_auto_idx ON category (name)
WHERE name LIKE 'авто%';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment