Skip to content

Instantly share code, notes, and snippets.

@tomatolog
Created September 18, 2015 08:03
Show Gist options
  • Select an option

  • Save tomatolog/2d1f7fa4c6cd4ade7b63 to your computer and use it in GitHub Desktop.

Select an option

Save tomatolog/2d1f7fa4c6cd4ade7b63 to your computer and use it in GitHub Desktop.
mysql> CALL SNIPPETS('rock music', 'test_multi', 'rock', 1 AS query_mode);
| <b>rock music</b> |
mysql> CALL SNIPPETS('trial period', 'test_multi', 'rock', 1 AS query_mode);
| trial period |
mysql> CALL SNIPPETS('trial period', 'test_multi', 'test', 1 AS query_mode);
| <b>trial period</b> |
mysql> CALL SNIPPETS('trial period', 'test_multi', 'trial', 1 AS query_mode);
| trial period |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment