[Groonga-commit] pgroonga/pgroonga.github.io at 0b227d4 [master] Use uppercase

Back to archive index

Kenji Okimoto null+****@clear*****
Wed Feb 3 11:48:55 JST 2016


Kenji Okimoto	2016-02-03 11:48:55 +0900 (Wed, 03 Feb 2016)

  New Revision: 0b227d433f49438b1816b008fec56356c8f64177
  https://github.com/pgroonga/pgroonga.github.io/commit/0b227d433f49438b1816b008fec56356c8f64177

  Merged b640b27: Merge pull request #15 from okkez/fix-tutorial-like

  Message:
    Use uppercase

  Modified files:
    tutorial/index.md

  Modified: tutorial/index.md (+1 -1)
===================================================================
--- tutorial/index.md    2016-02-03 11:02:01 +0900 (a46d68b)
+++ tutorial/index.md    2016-02-03 11:48:55 +0900 (3783872)
@@ -123,7 +123,7 @@ PGroonga supports `LIKE` operator. You can perform fast full text search by PGro
 `column LIKE '%keyword%'` equals to `column %% 'keyword'`:
 
 ```sql
-SELECT * FROM memos WHERE content like '%engine%';
+SELECT * FROM memos WHERE content LIKE '%engine%';
 --  id |                                content                                 
 -- ----+------------------------------------------------------------------------
 --   2 | Groonga is a fast full text search engine that supports all languages.
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index