HAYASHI Kentaro
null+****@clear*****
Wed Feb 18 10:23:27 JST 2015
HAYASHI Kentaro 2015-02-18 10:23:27 +0900 (Wed, 18 Feb 2015) New Revision: 05fc1e28caaac53e33d359dec6f0fe1ad5a97358 https://github.com/groonga/groonga/commit/05fc1e28caaac53e33d359dec6f0fe1ad5a97358 Message: doc: add parameters section about in_values Modified files: doc/source/reference/functions/in_values.rst Modified: doc/source/reference/functions/in_values.rst (+12 -0) =================================================================== --- doc/source/reference/functions/in_values.rst 2015-02-18 10:05:04 +0900 (dedea23) +++ doc/source/reference/functions/in_values.rst 2015-02-18 10:23:27 +0900 (0102847) @@ -62,6 +62,18 @@ When executing the above query, you can get the records except "rroonga" because Parameters ---------- +There are two or more required parameter, ``target_value`` and multiple ``value``. + +``target_value`` +^^^^^^^^^^^^^^^^ + +It specifies a column of the table that is specified by ``table`` parameter in ``select``. + +``value`` +^^^^^^^^^ + +It specifies a value of the column which you want to select. + Return value ------------ -------------- next part -------------- HTML����������������������������...Download