Created
September 18, 2015 08:03
-
-
Save tomatolog/2d1f7fa4c6cd4ade7b63 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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