~vlad-lesin/percona-server/mysql-5.0.33-original

« back to all changes in this revision

Viewing changes to scripts/fill_help_tables.sql

  • Committer: Vlad Lesin
  • Date: 2012-07-31 09:21:34 UTC
  • Revision ID: vladislav.lesin@percona.com-20120731092134-zfodx022b7992wsi
VirginĀ 5.0.33

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
-- Copyright (C) 2000-2006 MySQL AB
 
2
-- 
 
3
-- This program is free software; you can redistribute it and/or modify
 
4
-- it under the terms of the GNU General Public License as published by
 
5
-- the Free Software Foundation; either version 2 of the License, or
 
6
-- (at your option) any later version.
 
7
-- 
 
8
-- This program is distributed in the hope that it will be useful,
 
9
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
 
10
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
11
-- GNU General Public License for more details.
 
12
-- 
 
13
-- You should have received a copy of the GNU General Public License
 
14
-- along with this program; if not, write to the Free Software
 
15
-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
16
 
 
17
-- DO NOT EDIT THIS FILE. It is generated automatically.
 
18
 
 
19
-- To use this file, load its contents into the mysql database. For example,
 
20
-- with the mysql client program, process the file like this, where
 
21
-- file_name is the name of this file:
 
22
 
 
23
--     mysql -u root -p mysql < file_name
 
24
 
 
25
set names 'utf8';
 
26
 
 
27
delete from help_topic;
 
28
delete from help_category;
 
29
delete from help_keyword;
 
30
delete from help_relation;
 
31
 
 
32
insert into help_category (help_category_id,name,parent_category_id,url) values (1,'Geographic',0,'');
 
33
insert into help_category (help_category_id,name,parent_category_id,url) values (2,'Polygon properties',30,'');
 
34
insert into help_category (help_category_id,name,parent_category_id,url) values (3,'WKT',30,'');
 
35
insert into help_category (help_category_id,name,parent_category_id,url) values (4,'Numeric Functions',34,'');
 
36
insert into help_category (help_category_id,name,parent_category_id,url) values (5,'MBR',30,'');
 
37
insert into help_category (help_category_id,name,parent_category_id,url) values (6,'Control flow functions',34,'');
 
38
insert into help_category (help_category_id,name,parent_category_id,url) values (7,'Transactions',31,'');
 
39
insert into help_category (help_category_id,name,parent_category_id,url) values (8,'Account Management',31,'');
 
40
insert into help_category (help_category_id,name,parent_category_id,url) values (9,'Point properties',30,'');
 
41
insert into help_category (help_category_id,name,parent_category_id,url) values (10,'Encryption Functions',34,'');
 
42
insert into help_category (help_category_id,name,parent_category_id,url) values (11,'LineString properties',30,'');
 
43
insert into help_category (help_category_id,name,parent_category_id,url) values (12,'Logical operators',34,'');
 
44
insert into help_category (help_category_id,name,parent_category_id,url) values (13,'Miscellaneous Functions',34,'');
 
45
insert into help_category (help_category_id,name,parent_category_id,url) values (14,'Functions and Modifiers for Use with GROUP BY',31,'');
 
46
insert into help_category (help_category_id,name,parent_category_id,url) values (15,'Information Functions',34,'');
 
47
insert into help_category (help_category_id,name,parent_category_id,url) values (16,'Storage Engines',31,'');
 
48
insert into help_category (help_category_id,name,parent_category_id,url) values (17,'Comparison operators',34,'');
 
49
insert into help_category (help_category_id,name,parent_category_id,url) values (18,'Bit Functions',34,'');
 
50
insert into help_category (help_category_id,name,parent_category_id,url) values (19,'Table Maintenance',31,'');
 
51
insert into help_category (help_category_id,name,parent_category_id,url) values (20,'Data Types',31,'');
 
52
insert into help_category (help_category_id,name,parent_category_id,url) values (21,'Triggers',31,'');
 
53
insert into help_category (help_category_id,name,parent_category_id,url) values (22,'Geometry constructors',30,'');
 
54
insert into help_category (help_category_id,name,parent_category_id,url) values (23,'GeometryCollection properties',1,'');
 
55
insert into help_category (help_category_id,name,parent_category_id,url) values (24,'Administration',31,'');
 
56
insert into help_category (help_category_id,name,parent_category_id,url) values (25,'Data Manipulation',31,'');
 
57
insert into help_category (help_category_id,name,parent_category_id,url) values (26,'Geometry relations',30,'');
 
58
insert into help_category (help_category_id,name,parent_category_id,url) values (27,'Language Structure',31,'');
 
59
insert into help_category (help_category_id,name,parent_category_id,url) values (28,'Date and Time Functions',34,'');
 
60
insert into help_category (help_category_id,name,parent_category_id,url) values (29,'WKB',30,'');
 
61
insert into help_category (help_category_id,name,parent_category_id,url) values (30,'Geographic Features',31,'');
 
62
insert into help_category (help_category_id,name,parent_category_id,url) values (31,'Contents',0,'');
 
63
insert into help_category (help_category_id,name,parent_category_id,url) values (32,'Geometry properties',30,'');
 
64
insert into help_category (help_category_id,name,parent_category_id,url) values (33,'String Functions',34,'');
 
65
insert into help_category (help_category_id,name,parent_category_id,url) values (34,'Functions',31,'');
 
66
insert into help_category (help_category_id,name,parent_category_id,url) values (35,'Stored Routines',31,'');
 
67
insert into help_category (help_category_id,name,parent_category_id,url) values (36,'Data Definition',31,'');
 
68
 
 
69
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (0,25,'JOIN','MySQL supports the following JOIN syntaxes for the table_references\npart of SELECT statements and multiple-table DELETE and UPDATE\nstatements:\n\ntable_references:\n    table_reference [, table_reference] ...\n\ntable_reference:\n    table_factor\n  | join_table\n\ntable_factor:\n    tbl_name [[AS] alias]\n        [{USE|IGNORE|FORCE} INDEX (key_list)]\n  | ( table_references )\n  | { OJ table_reference LEFT OUTER JOIN table_reference\n        ON conditional_expr }\n\njoin_table:\n    table_reference [INNER | CROSS] JOIN table_factor [join_condition]\n  | table_reference STRAIGHT_JOIN table_factor\n  | table_reference STRAIGHT_JOIN table_factor ON condition\n  | table_reference LEFT [OUTER] JOIN table_reference join_condition\n  | table_reference NATURAL [LEFT [OUTER]] JOIN table_factor\n  | table_reference RIGHT [OUTER] JOIN table_reference join_condition\n  | table_reference NATURAL [RIGHT [OUTER]] JOIN table_factor\n\njoin_condition:\n    ON conditional_expr\n  | USING (column_list)\n\nA table reference is also known as a join expression.\n\nThe syntax of table_factor is extended in comparison with the SQL\nStandard. The latter accepts only table_reference, not a list of them\ninside a pair of parentheses.\n\nThis is a conservative extension if we consider each comma in a list of\ntable_reference items as equivalent to an inner join. For example:\n\nSELECT * FROM t1 LEFT JOIN (t2, t3, t4)\n                 ON (t2.a=t1.a AND t3.b=t1.b AND t4.c=t1.c)\n\nis equivalent to:\n\nSELECT * FROM t1 LEFT JOIN (t2 CROSS JOIN t3 CROSS JOIN t4)\n                 ON (t2.a=t1.a AND t3.b=t1.b AND t4.c=t1.c)\n\nIn MySQL, CROSS JOIN is a syntactic equivalent to INNER JOIN (they can\nreplace each other). In standard SQL, they are not equivalent. INNER\nJOIN is used with an ON clause, CROSS JOIN is used otherwise.\n\nIn versions of MySQL prior to 5.0.1, parentheses in table_references\nwere just omitted and all join operations were grouped to the left. In\ngeneral, parentheses can be ignored in join expressions containing only\ninner join operations. As of 5.0.1, nested joins are allowed (see\nhttp://dev.mysql.com/doc/refman/5.0/en/nested-joins.html).\n\nFurther changes in join processing were made in 5.0.12 to make MySQL\nmore compliant with standard SQL. These charges are described later in\nthis section.\n','SELECT table1.* FROM table1\n  LEFT JOIN table2 ON table1.id=table2.id\n  WHERE table2.id IS NULL;\n','join');
 
70
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (1,33,'HEX','Syntax:\nHEX(N_or_S)\n\nIf N_or_S is a number, returns a string representation of the\nhexadecimal value of N, where N is a longlong (BIGINT) number. This is\nequivalent to CONV(N,10,16).\n\nIf N_or_S is a string, returns a hexadecimal string representation of\nN_or_S where each character in N_or_S is converted to two hexadecimal\ndigits.\n','mysql> SELECT HEX(255);\n        -> \'FF\'\nmysql> SELECT 0x616263;\n        -> \'abc\'\nmysql> SELECT HEX(\'abc\');\n        -> 616263\n','string-functions');
 
71
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (2,33,'REPLACE','Syntax:\nREPLACE(str,from_str,to_str)\n\nReturns the string str with all occurrences of the string from_str\nreplaced by the string to_str. REPLACE() performs a case-sensitive\nmatch when searching for from_str.\n','mysql> SELECT REPLACE(\'www.mysql.com\', \'w\', \'Ww\');\n        -> \'WwWwWw.mysql.com\'\n','string-functions');
 
72
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (3,26,'CONTAINS','Contains(g1,g2)\n\nReturns 1 or 0 to indicate whether g1 completely contains g2.\n','','functions-that-test-spatial-relationships-between-geometries');
 
73
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (4,32,'SRID','SRID(g)\n\nReturns an integer indicating the Spatial Reference System ID for the\ngeometry value g.\n\nIn MySQL, the SRID value is just an integer associated with the\ngeometry value. All calculations are done assuming Euclidean (planar)\ngeometry.\n','mysql> SELECT SRID(GeomFromText(\'LineString(1 1,2 2)\',101));\n+-----------------------------------------------+\n| SRID(GeomFromText(\'LineString(1 1,2 2)\',101)) |\n+-----------------------------------------------+\n|                                           101 |\n+-----------------------------------------------+\n','general-geometry-property-functions');
 
74
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (5,28,'CURRENT_TIMESTAMP','Syntax:\nCURRENT_TIMESTAMP, CURRENT_TIMESTAMP()\n\nCURRENT_TIMESTAMP and CURRENT_TIMESTAMP() are synonyms for NOW().\n','','date-and-time-functions');
 
75
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (6,14,'VARIANCE','Syntax:\nVARIANCE(expr)\n\nReturns the population standard variance of expr. This is an extension\nto standard SQL. As of MySQL 5.0.3, the standard SQL function VAR_POP()\ncan be used instead.\n\nVARIANCE() returns NULL if there were no matching rows.\n','','group-by-functions');
 
76
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (7,14,'VAR_SAMP','Syntax:\nVAR_SAMP(expr)\n\nReturns the sample variance of expr. That is, the denominator is the\nnumber of rows minus one. This function was added in MySQL 5.0.3.\n\nVAR_SAMP() returns NULL if there were no matching rows.\n','','group-by-functions');
 
77
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (8,33,'CONCAT','Syntax:\nCONCAT(str1,str2,...)\n\nReturns the string that results from concatenating the arguments. May\nhave one or more arguments. If all arguments are non-binary strings,\nthe result is a non-binary string. If the arguments include any binary\nstrings, the result is a binary string. A numeric argument is converted\nto its equivalent binary string form; if you want to avoid that, you\ncan use an explicit type cast, as in this example:\n\nSELECT CONCAT(CAST(int_col AS CHAR), char_col);\n\nCONCAT() returns NULL if any argument is NULL.\n','mysql> SELECT CONCAT(\'My\', \'S\', \'QL\');\n        -> \'MySQL\'\nmysql> SELECT CONCAT(\'My\', NULL, \'QL\');\n        -> NULL\nmysql> SELECT CONCAT(14.3);\n        -> \'14.3\'\n','string-functions');
 
78
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (9,30,'GEOMETRY HIERARCHY','Geometry is the base class. It is an abstract class. The instantiable\nsubclasses of Geometry are restricted to zero-, one-, and\ntwo-dimensional geometric objects that exist in two-dimensional\ncoordinate space. All instantiable geometry classes are defined so that\nvalid instances of a geometry class are topologically closed (that is,\nall defined geometries include their boundary).\n\nThe base Geometry class has subclasses for Point, Curve, Surface, and\nGeometryCollection:\n\no Point represents zero-dimensional objects.\n\no Curve represents one-dimensional objects, and has subclass\n  LineString, with sub-subclasses Line and LinearRing.\n\no Surface is designed for two-dimensional objects and has subclass\n  Polygon.\n\no GeometryCollection has specialized zero-, one-, and two-dimensional\n  collection classes named MultiPoint, MultiLineString, and\n  MultiPolygon for modeling geometries corresponding to collections of\n  Points, LineStrings, and Polygons, respectively. MultiCurve and\n  MultiSurface are introduced as abstract superclasses that generalize\n  the collection interfaces to handle Curves and Surfaces.\n\nGeometry, Curve, Surface, MultiCurve, and MultiSurface are defined as\nnon-instantiable classes. They define a common set of methods for their\nsubclasses and are included for extensibility.\n\nPoint, LineString, Polygon, GeometryCollection, MultiPoint,\nMultiLineString, and MultiPolygon are instantiable classes.\n','','gis-geometry-class-hierarchy');
 
79
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (10,33,'CHAR FUNCTION','Syntax:\nCHAR(N,... [USING charset_name])\n\nCHAR() interprets each argument N as an integer and returns a string\nconsisting of the characters given by the code values of those\nintegers. NULL values are skipped.\nAs of MySQL 5.0.15, CHAR() arguments larger than 255 are converted into\nmultiple result bytes. For example, CHAR(256) is equivalent to\nCHAR(1,0), and CHAR(256*256) is equivalent to CHAR(1,0,0):\n\nmysql> SELECT HEX(CHAR(1,0)), HEX(CHAR(256));\n+----------------+----------------+\n| HEX(CHAR(1,0)) | HEX(CHAR(256)) |\n+----------------+----------------+\n| 0100           | 0100           |\n+----------------+----------------+\nmysql> SELECT HEX(CHAR(1,0,0)), HEX(CHAR(256*256));\n+------------------+--------------------+\n| HEX(CHAR(1,0,0)) | HEX(CHAR(256*256)) |\n+------------------+--------------------+\n| 010000           | 010000             |\n+------------------+--------------------+\n\nBy default, CHAR() returns a binary string. To produce a string in a\ngiven character set, use the optional USING clause:\n\nmysql> SELECT CHARSET(CHAR(0x65)), CHARSET(CHAR(0x65 USING utf8));\n+---------------------+--------------------------------+\n| CHARSET(CHAR(0x65)) | CHARSET(CHAR(0x65 USING utf8)) |\n+---------------------+--------------------------------+\n| binary              | utf8                           |\n+---------------------+--------------------------------+\n\nIf USING is given and the result string is illegal for the given\ncharacter set, a warning is issued. Also, if strict SQL mode is\nenabled, the result from CHAR() becomes NULL.\n\nBefore MySQL 5.0.15, CHAR() returns a string in the connection\ncharacter set and the USING clause is unavailable. In addition, each\nargument is interpreted modulo 256, so CHAR(256) and CHAR(256*256) both\nare equivalent to CHAR(0).\n','mysql> SELECT CHAR(77,121,83,81,\'76\');\n        -> \'MySQL\'\nmysql> SELECT CHAR(77,77.3,\'77.3\');\n        -> \'MMM\'\n','string-functions');
 
80
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (11,20,'DATETIME','DATETIME\n\nA date and time combination. The supported range is \'1000-01-01\n00:00:00\' to \'9999-12-31 23:59:59\'. MySQL displays DATETIME values in\n\'YYYY-MM-DD HH:MM:SS\' format, but allows you to assign values to\nDATETIME columns using either strings or numbers.\n','','date-and-time-type-overview');
 
81
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (12,35,'OPEN','Syntax:\nOPEN cursor_name\n\nThis statement opens a previously declared cursor.\n','','open');
 
82
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (13,25,'SHOW CREATE PROCEDURE','Syntax:\nSHOW CREATE {PROCEDURE | FUNCTION} sp_name\n\nThis statement is a MySQL extension. Similar to SHOW CREATE TABLE, it\nreturns the exact string that can be used to re-create the named\nroutine.\n','mysql> SHOW CREATE FUNCTION test.hello\\G\n*************************** 1. row ***************************\n       Function: hello\n       sql_mode:\nCreate Function: CREATE FUNCTION `test`.`hello`(s CHAR(20)) RETURNS CHAR(50)\n                 RETURN CONCAT(\'Hello, \',s,\'!\')\n','show-create-procedure');
 
83
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (14,20,'INTEGER','INTEGER[(M)] [UNSIGNED] [ZEROFILL]\n\nThis type is a synonym for INT.\n','','numeric-type-overview');
 
84
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (15,33,'LOWER','Syntax:\nLOWER(str)\n\nReturns the string str with all characters changed to lowercase\naccording to the current character set mapping. The default is latin1\n(cp1252 West European).\n','mysql> SELECT LOWER(\'QUADRATICALLY\');\n        -> \'quadratically\'\n','string-functions');
 
85
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (16,21,'CREATE TRIGGER','Syntax:\nCREATE\n    [DEFINER = { user | CURRENT_USER }]\n    TRIGGER trigger_name trigger_time trigger_event\n    ON tbl_name FOR EACH ROW trigger_stmt\n\nThis statement creates a new trigger. A trigger is a named database\nobject that is associated with a table, and that activates when a\nparticular event occurs for the table. CREATE TRIGGER was added in\nMySQL 5.0.2. Currently, its use requires the SUPER privilege.\n\nThe trigger becomes associated with the table named tbl_name, which\nmust refer to a permanent table. You cannot associate a trigger with a\nTEMPORARY table or a view.\n\nWhen the trigger is activated, the DEFINER clause determines the\nprivileges that apply, as described later in this section.\n\ntrigger_time is the trigger action time. It can be BEFORE or AFTER to\nindicate that the trigger activates before or after the statement that\nactivated it.\n\ntrigger_event indicates the kind of statement that activates the\ntrigger. The trigger_event can be one of the following:\n\no INSERT: The trigger is activated whenever a new row is inserted into\n  the table; for example, through INSERT, LOAD DATA, and REPLACE\n  statements.\n\no UPDATE: The trigger is activated whenever a row is modified; for\n  example, through UPDATE statements.\n\no DELETE: The trigger is activated whenever a row is deleted from the\n  table; for example, through DELETE and REPLACE statements. However,\n  DROP TABLE and TRUNCATE statements on the table do not activate this\n  trigger, because they do not use DELETE. See [HELP TRUNCATE TABLE].\n','','create-trigger');
 
86
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (17,25,'SHOW COLUMNS','Syntax:\nSHOW [FULL] COLUMNS FROM tbl_name [FROM db_name] [LIKE \'pattern\']\n\nSHOW COLUMNS displays information about the columns in a given table.\nIt also works for views as of MySQL 5.0.1.\n\nIf the data types differ from what you expect them to be based on your\nCREATE TABLE statement, note that MySQL sometimes changes data types\nwhen you create or alter a table. The conditions for which this occurs\nare described in\nhttp://dev.mysql.com/doc/refman/5.0/en/silent-column-changes.html.\n\nThe FULL keyword causes the output to include the privileges you have\nas well as any per-column comments for each column.\n\nYou can use db_name.tbl_name as an alternative to the tbl_name FROM\ndb_name syntax. In other words, these two statements are equivalent:\n\nmysql> SHOW COLUMNS FROM mytable FROM mydb;\nmysql> SHOW COLUMNS FROM mydb.mytable;\n\nSHOW FIELDS is a synonym for SHOW COLUMNS. You can also list a table\'s\ncolumns with the mysqlshow db_name tbl_name command.\n\nThe DESCRIBE statement provides information similar to SHOW COLUMNS.\nSee [HELP DESCRIBE].\n','','show-columns');
 
87
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (18,28,'MONTH','Syntax:\nMONTH(date)\n\nReturns the month for date, in the range 0 to 12.\n','mysql> SELECT MONTH(\'1998-02-03\');\n        -> 2\n','date-and-time-functions');
 
88
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (19,20,'TINYINT','TINYINT[(M)] [UNSIGNED] [ZEROFILL]\n\nA very small integer. The signed range is -128 to 127. The unsigned\nrange is 0 to 255.\n','','numeric-type-overview');
 
89
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (20,25,'SHOW TRIGGERS','Syntax:\nSHOW TRIGGERS [FROM db_name] [LIKE expr]\n\nSHOW TRIGGERS lists the triggers currently defined on the MySQL server.\nThis statement requires the SUPER privilege. It was implemented in\nMySQL 5.0.10.\n\nFor the trigger ins_sum as defined in\nhttp://dev.mysql.com/doc/refman/5.0/en/using-triggers.html, the output\nof this statement is as shown here:\n\nmysql> SHOW TRIGGERS LIKE \'acc%\'\\G\n*************************** 1. row ***************************\n  Trigger: ins_sum\n    Event: INSERT\n    Table: account\nStatement: SET @sum = @sum + NEW.amount\n   Timing: BEFORE\n  Created: NULL\n sql_mode:\n  Definer: myname@localhost\n','','show-triggers');
 
90
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (21,13,'MASTER_POS_WAIT','Syntax:\nMASTER_POS_WAIT(log_name,log_pos[,timeout])\n\nThis function is useful for control of master/slave synchronization. It\nblocks until the slave has read and applied all updates up to the\nspecified position in the master log. The return value is the number of\nlog events the slave had to wait for to advance to the specified\nposition. The function returns NULL if the slave SQL thread is not\nstarted, the slave\'s master information is not initialized, the\narguments are incorrect, or an error occurs. It returns -1 if the\ntimeout has been exceeded. If the slave SQL thread stops while\nMASTER_POS_WAIT() is waiting, the function returns NULL. If the slave\nis past the specified position, the function returns immediately.\n','','miscellaneous-functions');
 
91
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (22,33,'REGEXP','Syntax:\nexpr REGEXP pat expr RLIKE pat\n\nPerforms a pattern match of a string expression expr against a pattern\npat. The pattern can be an extended regular expression. The syntax for\nregular expressions is discussed in\nhttp://dev.mysql.com/doc/refman/5.0/en/regexp.html. Returns 1 if expr\nmatches pat; otherwise it returns 0. If either expr or pat is NULL, the\nresult is NULL. RLIKE is a synonym for REGEXP, provided for mSQL\ncompatibility.\n\nThe pattern need not be a literal string. For example, it can be\nspecified as a string expression or table column.\n\nNote: Because MySQL uses the C escape syntax in strings (for example,\n`\\n\' to represent the newline character), you must double any `\\\' that\nyou use in your REGEXP strings.\n\nREGEXP is not case sensitive, except when used with binary strings.\n','mysql> SELECT \'Monty!\' REGEXP \'m%y%%\';\n        -> 0\nmysql> SELECT \'Monty!\' REGEXP \'.*\';\n        -> 1\nmysql> SELECT \'new*\\n*line\' REGEXP \'new\\\\*.\\\\*line\';\n        -> 1\nmysql> SELECT \'a\' REGEXP \'A\', \'a\' REGEXP BINARY \'A\';\n        -> 1  0\nmysql> SELECT \'a\' REGEXP \'^[a-d]\';\n        -> 1\n','string-comparison-functions');
 
92
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (23,35,'IF STATEMENT','Syntax:\nIF search_condition THEN statement_list\n    [ELSEIF search_condition THEN statement_list] ...\n    [ELSE statement_list]\nEND IF\n\nIF implements a basic conditional construct. If the search_condition\nevaluates to true, the corresponding SQL statement list is executed. If\nno search_condition matches, the statement list in the ELSE clause is\nexecuted. Each statement_list consists of one or more statements.\n\nNote: There is also an IF() function, which differs from the IF\nstatement described here. See [HELP CASE function].\n','','if-statement');
 
93
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (24,18,'^','Syntax:\n^\n\nBitwise XOR:\n','mysql> SELECT 1 ^ 1;\n        -> 0\nmysql> SELECT 1 ^ 0;\n        -> 1\nmysql> SELECT 11 ^ 3;\n        -> 8\n','bit-functions');
 
94
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (25,36,'DROP VIEW','Syntax:\nDROP VIEW [IF EXISTS]\n    view_name [, view_name] ...\n    [RESTRICT | CASCADE]\n\nDROP VIEW removes one or more views. You must have the DROP privilege\nfor each view. If any of the views named in the argument list do not\nexist, MySQL returns an error indicating by name which non-existing\nviews it was unable to drop, but it also drops all of the views in the\nlist that do exist.\n\nThe IF EXISTS clause prevents an error from occurring for views that\ndon\'t exist. When this clause is given, a NOTE is generated for each\nnon-existent view. See [HELP SHOW WARNINGS].\n\nRESTRICT and CASCADE, if given, are parsed and ignored.\n','','drop-view');
 
95
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (26,26,'WITHIN','Within(g1,g2)\n\nReturns 1 or 0 to indicate whether g1 is spatially within g2.\n','','functions-that-test-spatial-relationships-between-geometries');
 
96
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (27,28,'WEEK','Syntax:\nWEEK(date[,mode])\n\nThis function returns the week number for date. The two-argument form\nof WEEK() allows you to specify whether the week starts on Sunday or\nMonday and whether the return value should be in the range from 0 to 53\nor from 1 to 53. If the mode argument is omitted, the value of the\ndefault_week_format system variable is used. See\nhttp://dev.mysql.com/doc/refman/5.0/en/server-system-variables.html.\n','mysql> SELECT WEEK(\'1998-02-20\');\n        -> 7\nmysql> SELECT WEEK(\'1998-02-20\',0);\n        -> 7\nmysql> SELECT WEEK(\'1998-02-20\',1);\n        -> 8\nmysql> SELECT WEEK(\'1998-12-31\',1);\n        -> 53\n','date-and-time-functions');
 
97
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (28,25,'PREPARE','Syntax:\nPREPARE stmt_name FROM preparable_stmt\n\nThe PREPARE statement prepares a statement and assigns it a name,\nstmt_name, by which to refer to the statement later. Statement names\nare not case sensitive. preparable_stmt is either a string literal or a\nuser variable that contains the text of the statement. The text must\nrepresent a single SQL statement, not multiple statements. Within the\nstatement, `?\' characters can be used as parameter markers to indicate\nwhere data values are to be bound to the query later when you execute\nit. The `?\' characters should not be enclosed within quotes, even if\nyou intend to bind them to string values. Parameter markers can be used\nonly where data values should appear, not for SQL keywords,\nidentifiers, and so forth.\n\nIf a prepared statement with the given name already exists, it is\ndeallocated implicitly before the new statement is prepared. This means\nthat if the new statement contains an error and cannot be prepared, an\nerror is returned and no statement with the given name exists.\n\nThe scope of a prepared statement is the client session within which it\nis created. Other clients cannot see it.\n','','sqlps');
 
98
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (29,7,'LOCK','Syntax:\nLOCK TABLES\n    tbl_name [AS alias] {READ [LOCAL] | [LOW_PRIORITY] WRITE}\n    [, tbl_name [AS alias] {READ [LOCAL] | [LOW_PRIORITY] WRITE}] ...\nUNLOCK TABLES\n\nLOCK TABLES locks base tables (but not views) for the current thread.\nIf any of the tables are locked by other threads, it blocks until all\nlocks can be acquired. UNLOCK TABLES releases any locks held by the\ncurrent thread. All tables that are locked by the current thread are\nimplicitly unlocked when the thread issues another LOCK TABLES, or when\nthe connection to the server is closed.\n\nA table lock protects only against inappropriate reads or writes by\nother clients. The client holding the lock, even a read lock, can\nperform table-level operations such as DROP TABLE. Truncate operations\nare not transaction-safe, so an error occurs if the client attempts one\nduring an active transaction or while holding a table lock.\n','','lock-tables');
 
99
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (30,25,'RESET SLAVE','Syntax:\nRESET SLAVE\n\nRESET SLAVE makes the slave forget its replication position in the\nmaster\'s binary logs. This statement is meant to be used for a clean\nstart: It deletes the master.info and relay-log.info files, all the\nrelay logs, and starts a new relay log.\n\nNote: All relay logs are deleted, even if they have not been completely\nexecuted by the slave SQL thread. (This is a condition likely to exist\non a replication slave if you have issued a STOP SLAVE statement or if\nthe slave is highly loaded.)\n\nConnection information stored in the master.info file is immediately\nreset using any values specified in the corresponding startup options.\nThis information includes values such as master host, master port,\nmaster user, and master password. If the slave SQL thread was in the\nmiddle of replicating temporary tables when it was stopped, and RESET\nSLAVE is issued, these replicated temporary tables are deleted on the\nslave.\n','','reset-slave');
 
100
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (31,25,'SHOW BINARY LOGS','Syntax:\nSHOW BINARY LOGS\nSHOW MASTER LOGS\n\nLists the binary log files on the server. This statement is used as\npart of the procedure described in [HELP PURGE MASTER LOGS], that shows\nhow to determine which logs can be purged.\n\nmysql> SHOW BINARY LOGS;\n+---------------+-----------+\n| Log_name      | File_size |\n+---------------+-----------+\n| binlog.000015 |    724935 |\n| binlog.000016 |    733481 |\n+---------------+-----------+\n','','show-binary-logs');
 
101
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (32,22,'POLYGON','Polygon(ls1,ls2,...)\n\nConstructs a WKB Polygon value from a number of WKB LineString\narguments. If any argument does not represent the WKB of a LinearRing\n(that is, not a closed and simple LineString) the return value is NULL.\n','','gis-mysql-specific-functions');
 
102
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (33,28,'MINUTE','Syntax:\nMINUTE(time)\n\nReturns the minute for time, in the range 0 to 59.\n','mysql> SELECT MINUTE(\'98-02-03 10:05:03\');\n        -> 5\n','date-and-time-functions');
 
103
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (34,28,'DAY','Syntax:\nDAY(date)\n\nDAY() is a synonym for DAYOFMONTH().\n','','date-and-time-functions');
 
104
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (35,33,'MID','Syntax:\nMID(str,pos,len)\n\nMID(str,pos,len) is a synonym for SUBSTRING(str,pos,len).\n','','string-functions');
 
105
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (36,25,'REPLACE INTO','Syntax:\nREPLACE [LOW_PRIORITY | DELAYED]\n    [INTO] tbl_name [(col_name,...)]\n    VALUES ({expr | DEFAULT},...),(...),...\n\nOr:\n\nREPLACE [LOW_PRIORITY | DELAYED]\n    [INTO] tbl_name\n    SET col_name={expr | DEFAULT}, ...\n\nOr:\n\nREPLACE [LOW_PRIORITY | DELAYED]\n    [INTO] tbl_name [(col_name,...)]\n    SELECT ...\n\nREPLACE works exactly like INSERT, except that if an old row in the\ntable has the same value as a new row for a PRIMARY KEY or a UNIQUE\nindex, the old row is deleted before the new row is inserted. See [HELP\nINSERT].\n\nREPLACE is a MySQL extension to the SQL standard. It either inserts, or\ndeletes and inserts. For another MySQL extension to standard SQL ---\nthat either inserts or updates --- see\nhttp://dev.mysql.com/doc/refman/5.0/en/insert-on-duplicate.html.\n\nNote that unless the table has a PRIMARY KEY or UNIQUE index, using a\nREPLACE statement makes no sense. It becomes equivalent to INSERT,\nbecause there is no index to be used to determine whether a new row\nduplicates another.\n\nValues for all columns are taken from the values specified in the\nREPLACE statement. Any missing columns are set to their default values,\njust as happens for INSERT. You cannot refer to values from the current\nrow and use them in the new row. If you use an assignment such as SET\ncol_name = col_name + 1, the reference to the column name on the right\nhand side is treated as DEFAULT(col_name), so the assignment is\nequivalent to SET col_name = DEFAULT(col_name) + 1.\n\nTo use REPLACE, you must have both the INSERT and DELETE privileges for\nthe table.\n','','replace');
 
106
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (37,13,'UUID','Syntax:\nUUID()\n\nReturns a Universal Unique Identifier (UUID) generated according to\n"DCE 1.1: Remote Procedure Call" (Appendix A) CAE (Common Applications\nEnvironment) Specifications published by The Open Group in October 1997\n(Document Number C706,\nhttp://www.opengroup.org/public/pubs/catalog/c706.htm).\n\nA UUID is designed as a number that is globally unique in space and\ntime. Two calls to UUID() are expected to generate two different\nvalues, even if these calls are performed on two separate computers\nthat are not connected to each other.\n\nA UUID is a 128-bit number represented by a string of five hexadecimal\nnumbers in aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee format:\n\no The first three numbers are generated from a timestamp.\n\no The fourth number preserves temporal uniqueness in case the timestamp\n  value loses monotonicity (for example, due to daylight saving time).\n\no The fifth number is an IEEE 802 node number that provides spatial\n  uniqueness. A random number is substituted if the latter is not\n  available (for example, because the host computer has no Ethernet\n  card, or we do not know how to find the hardware address of an\n  interface on your operating system). In this case, spatial uniqueness\n  cannot be guaranteed. Nevertheless, a collision should have very low\n  probability.\n\n  Currently, the MAC address of an interface is taken into account only\n  on FreeBSD and Linux. On other operating systems, MySQL uses a\n  randomly generated 48-bit number.\n','mysql> SELECT UUID();\n        -> \'6ccd780c-baba-1026-9564-0040f4311e29\'\n','miscellaneous-functions');
 
107
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (38,22,'LINESTRING','LineString(pt1,pt2,...)\n\nConstructs a WKB LineString value from a number of WKB Point arguments.\nIf any argument is not a WKB Point, the return value is NULL. If the\nnumber of Point arguments is less than two, the return value is NULL.\n','','gis-mysql-specific-functions');
 
108
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (39,13,'SLEEP','Syntax:\nSLEEP(duration)\n\nSleeps (pauses) for the number of seconds given by the duration\nargument, then returns 0. If SLEEP() is interrupted, it returns 1. The\nduration may have a fractional part given in microseconds. This\nfunction was added in MySQL 5.0.12.\n','','miscellaneous-functions');
 
109
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (40,15,'CONNECTION_ID','Syntax:\nCONNECTION_ID()\n\nReturns the connection ID (thread ID) for the connection. Every\nconnection has an ID that is unique among the set of currently\nconnected clients.\n','mysql> SELECT CONNECTION_ID();\n        -> 23786\n','information-functions');
 
110
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (41,25,'DELETE','Syntax:\nSingle-table syntax:\n\nDELETE [LOW_PRIORITY] [QUICK] [IGNORE] FROM tbl_name\n    [WHERE where_condition]\n    [ORDER BY ...]\n    [LIMIT row_count]\n\nMultiple-table syntax:\n\nDELETE [LOW_PRIORITY] [QUICK] [IGNORE]\n    tbl_name[.*] [, tbl_name[.*]] ...\n    FROM table_references\n    [WHERE where_condition]\n\nOr:\n\nDELETE [LOW_PRIORITY] [QUICK] [IGNORE]\n    FROM tbl_name[.*] [, tbl_name[.*]] ...\n    USING table_references\n    [WHERE where_condition]\n\nFor the single-table syntax, the DELETE statement deletes rows from\ntbl_name and returns the number of rows deleted. The WHERE clause, if\ngiven, specifies the conditions that identify which rows to delete.\nWith no WHERE clause, all rows are deleted. If the ORDER BY clause is\nspecified, the rows are deleted in the order that is specified. The\nLIMIT clause places a limit on the number of rows that can be deleted.\n\nFor the multiple-table syntax, DELETE deletes from each tbl_name the\nrows that satisfy the conditions. In this case, ORDER BY and LIMIT\ncannot be used.\n\nwhere_condition is an expression that evaluates to true for each row to\nbe deleted. It is specified as described in [HELP SELECT].\n\nAs stated, a DELETE statement with no WHERE clause deletes all rows. A\nfaster way to do this, when you do not want to know the number of\ndeleted rows, is to use TRUNCATE TABLE. See [HELP TRUNCATE TABLE].\n','','delete');
 
111
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (42,4,'ROUND','Syntax:\nROUND(X), ROUND(X,D)\n\nReturns the argument X, rounded to the nearest integer. With two\narguments, returns X rounded to D decimal places. D can be negative to\ncause D digits left of the decimal point of the value X to become zero.\n','mysql> SELECT ROUND(-1.23);\n        -> -1\nmysql> SELECT ROUND(-1.58);\n        -> -2\nmysql> SELECT ROUND(1.58);\n        -> 2\nmysql> SELECT ROUND(1.298, 1);\n        -> 1.3\nmysql> SELECT ROUND(1.298, 0);\n        -> 1\nmysql> SELECT ROUND(23.298, -1);\n        -> 20\n','mathematical-functions');
 
112
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (43,6,'NULLIF','Syntax:\nNULLIF(expr1,expr2)\n\nReturns NULL if expr1 = expr2 is true, otherwise returns expr1. This is\nthe same as CASE WHEN expr1 = expr2 THEN NULL ELSE expr1 END.\n','mysql> SELECT NULLIF(1,1);\n        -> NULL\nmysql> SELECT NULLIF(1,2);\n        -> 1\n','control-flow-functions');
 
113
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (44,35,'CLOSE','Syntax:\nCLOSE cursor_name\n\nThis statement closes a previously opened cursor.\n\nIf not closed explicitly, a cursor is closed at the end of the compound\nstatement in which it was declared.\n','','close');
 
114
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (45,25,'STOP SLAVE','Syntax:\nSTOP SLAVE [thread_type [, thread_type] ... ]\n\nthread_type: IO_THREAD | SQL_THREAD\n\nStops the slave threads. STOP SLAVE requires the SUPER privilege.\n\nLike START SLAVE, this statement may be used with the IO_THREAD and\nSQL_THREAD options to name the thread or threads to be stopped.\n','','stop-slave');
 
115
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (46,28,'TIMEDIFF','Syntax:\nTIMEDIFF(expr1,expr2)\n\nTIMEDIFF() returns expr1 - expr2 expressed as a time value. expr1 and\nexpr2 are time or date-and-time expressions, but both must be of the\nsame type.\n','mysql> SELECT TIMEDIFF(\'2000:01:01 00:00:00\',\n    ->                 \'2000:01:01 00:00:00.000001\');\n        -> \'-00:00:00.000001\'\nmysql> SELECT TIMEDIFF(\'1997-12-31 23:59:59.000001\',\n    ->                 \'1997-12-30 01:01:01.000002\');\n        -> \'46:58:57.999999\'\n','date-and-time-functions');
 
116
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (47,3,'LINEFROMTEXT','LineFromText(wkt[,srid]), LineStringFromText(wkt[,srid])\n\nConstructs a LINESTRING value using its WKT representation and SRID.\n','','gis-wkt-functions');
 
117
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (48,25,'SHOW MASTER STATUS','Syntax:\nSHOW MASTER STATUS\n\nProvides status information about the binary log files of the master.\nExample:\n\nmysql > SHOW MASTER STATUS;\n+---------------+----------+--------------+------------------+\n| File          | Position | Binlog_Do_DB | Binlog_Ignore_DB |\n+---------------+----------+--------------+------------------+\n| mysql-bin.003 | 73       | test         | manual,mysql     |\n+---------------+----------+--------------+------------------+\n','','show-master-status');
 
118
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (49,28,'ADDTIME','Syntax:\nADDTIME(expr1,expr2)\n\nADDTIME() adds expr2 to expr1 and returns the result. expr1 is a time\nor datetime expression, and expr2 is a time expression.\n','mysql> SELECT ADDTIME(\'1997-12-31 23:59:59.999999\',\n    ->                \'1 1:1:1.000002\');\n        -> \'1998-01-02 01:01:01.000001\'\nmysql> SELECT ADDTIME(\'01:00:00.999999\', \'02:00:00.999998\');\n        -> \'03:00:01.999997\'\n','date-and-time-functions');
 
119
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (50,30,'SPATIAL','MySQL can create spatial indexes using syntax similar to that for\ncreating regular indexes, but extended with the SPATIAL keyword.\nCurrently, spatial columns that are indexed must be declared NOT NULL.\nThe following examples demonstrate how to create spatial indexes:\n\no With CREATE TABLE:\n\nCREATE TABLE geom (g GEOMETRY NOT NULL, SPATIAL INDEX(g));\n\no With ALTER TABLE:\n\nALTER TABLE geom ADD SPATIAL INDEX(g);\n\no With CREATE INDEX:\n\nCREATE SPATIAL INDEX sp_index ON geom (g);\n\nFor MyISAM tables, SPATIAL INDEX creates an R-tree index. For other\nstorage engines that support spatial indexing, SPATIAL INDEX creates a\nB-tree index. A B-tree index on spatial values will be useful for\nexact-value lookups, but not for range scans.\n\nTo drop spatial indexes, use ALTER TABLE or DROP INDEX:\n\no With ALTER TABLE:\n\nALTER TABLE geom DROP INDEX g;\n\no With DROP INDEX:\n\nDROP INDEX sp_index ON geom;\n\nExample: Suppose that a table geom contains more than 32,000\ngeometries, which are stored in the column g of type GEOMETRY. The\ntable also has an AUTO_INCREMENT column fid for storing object ID\nvalues.\n','','creating-spatial-indexes');
 
120
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (51,28,'TIMESTAMPDIFF','Syntax:\nTIMESTAMPDIFF(unit,datetime_expr1,datetime_expr2)\n\nReturns the integer difference between the date or datetime expressions\ndatetime_expr1 and datetime_expr2. The unit for the result is given by\nthe unit argument. The legal values for unit are the same as those\nlisted in the description of the TIMESTAMPADD() function.\n','mysql> SELECT TIMESTAMPDIFF(MONTH,\'2003-02-01\',\'2003-05-01\');\n        -> 3\nmysql> SELECT TIMESTAMPDIFF(YEAR,\'2002-05-01\',\'2001-01-01\');\n        -> -1\n','date-and-time-functions');
 
121
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (52,33,'UPPER','Syntax:\nUPPER(str)\n\nReturns the string str with all characters changed to uppercase\naccording to the current character set mapping. The default is latin1\n(cp1252 West European).\n','mysql> SELECT UPPER(\'Hej\');\n        -> \'HEJ\'\n','string-functions');
 
122
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (53,28,'FROM_UNIXTIME','Syntax:\nFROM_UNIXTIME(unix_timestamp), FROM_UNIXTIME(unix_timestamp,format)\n\nReturns a representation of the unix_timestamp argument as a value in\n\'YYYY-MM-DD HH:MM:SS\' or YYYYMMDDHHMMSS format, depending on whether\nthe function is used in a string or numeric context. unix_timestamp is\nan internal timestamp value such as is produced by the UNIX_TIMESTAMP()\nfunction.\n\nIf format is given, the result is formatted according to the format\nstring, which is used the same way as listed in the entry for the\nDATE_FORMAT() function.\n','mysql> SELECT FROM_UNIXTIME(875996580);\n        -> \'1997-10-04 22:23:00\'\nmysql> SELECT FROM_UNIXTIME(875996580) + 0;\n        -> 19971004222300\nmysql> SELECT FROM_UNIXTIME(UNIX_TIMESTAMP(),\n    ->                      \'%Y %D %M %h:%i:%s %x\');\n        -> \'2003 6th August 06:22:58 2003\'\n','date-and-time-functions');
 
123
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (54,20,'MEDIUMBLOB','MEDIUMBLOB\n\nA BLOB column with a maximum length of 16,777,215 (224 - 1) bytes.\n','','string-type-overview');
 
124
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (55,6,'IFNULL','Syntax:\nIFNULL(expr1,expr2)\n\nIf expr1 is not NULL, IFNULL() returns expr1; otherwise it returns\nexpr2. IFNULL() returns a numeric or string value, depending on the\ncontext in which it is used.\n','mysql> SELECT IFNULL(1,0);\n        -> 1\nmysql> SELECT IFNULL(NULL,10);\n        -> 10\nmysql> SELECT IFNULL(1/0,10);\n        -> 10\nmysql> SELECT IFNULL(1/0,\'yes\');\n        -> \'yes\'\n','control-flow-functions');
 
125
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (56,25,'SHOW ERRORS','Syntax:\nSHOW ERRORS [LIMIT [offset,] row_count]\nSHOW COUNT(*) ERRORS\n\nThis statement is similar to SHOW WARNINGS, except that instead of\ndisplaying errors, warnings, and notes, it displays only errors.\n\nThe LIMIT clause has the same syntax as for the SELECT statement. See\n[HELP SELECT].\n\nThe SHOW COUNT(*) ERRORS statement displays the number of errors. You\ncan also retrieve this number from the error_count variable:\n\nSHOW COUNT(*) ERRORS;\nSELECT @@error_count;\n','','show-errors');
 
126
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (57,17,'LEAST','Syntax:\nLEAST(value1,value2,...)\n\nWith two or more arguments, returns the smallest (minimum-valued)\nargument. The arguments are compared using the following rules:\n\no If the return value is used in an INTEGER context or all arguments\n  are integer-valued, they are compared as integers.\n\no If the return value is used in a REAL context or all arguments are\n  real-valued, they are compared as reals.\n\no If any argument is a case-sensitive string, the arguments are\n  compared as case-sensitive strings.\n\no In all other cases, the arguments are compared as case-insensitive\n  strings.\n\nBefore MySQL 5.0.13, LEAST() returns NULL only if all arguments are\nNULL. As of 5.0.13, it returns NULL if any argument is NULL.\n','mysql> SELECT LEAST(2,0);\n        -> 0\nmysql> SELECT LEAST(34.0,3.0,5.0,767.0);\n        -> 3.0\nmysql> SELECT LEAST(\'B\',\'A\',\'C\');\n        -> \'A\'\n','comparison-operators');
 
127
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (58,17,'=','=\n\nEqual:\n','mysql> SELECT 1 = 0;\n        -> 0\nmysql> SELECT \'0\' = 0;\n        -> 1\nmysql> SELECT \'0.0\' = 0;\n        -> 1\nmysql> SELECT \'0.01\' = 0;\n        -> 0\nmysql> SELECT \'.01\' = 0.01;\n        -> 1\n','comparison-operators');
 
128
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (59,33,'REVERSE','Syntax:\nREVERSE(str)\n\nReturns the string str with the order of the characters reversed.\n','mysql> SELECT REVERSE(\'abc\');\n        -> \'cba\'\n','string-functions');
 
129
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (60,17,'ISNULL','Syntax:\nISNULL(expr)\n\nIf expr is NULL, ISNULL() returns 1, otherwise it returns 0.\n','mysql> SELECT ISNULL(1+1);\n        -> 0\nmysql> SELECT ISNULL(1/0);\n        -> 1\n','comparison-operators');
 
130
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (61,20,'BINARY','BINARY(M)\n\nThe BINARY type is similar to the CHAR type, but stores binary byte\nstrings rather than non-binary character strings.\n','','string-type-overview');
 
131
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (62,20,'BLOB DATA TYPE','A BLOB is a binary large object that can hold a variable amount of\ndata. The four BLOB types are TINYBLOB, BLOB, MEDIUMBLOB, and LONGBLOB.\nThese differ only in the maximum length of the values they can hold.\nThe four TEXT types are TINYTEXT, TEXT, MEDIUMTEXT, and LONGTEXT. These\ncorrespond to the four BLOB types and have the same maximum lengths and\nstorage requirements. See\nhttp://dev.mysql.com/doc/refman/5.0/en/storage-requirements.html. No\nlettercase conversion for TEXT or BLOB columns takes place during\nstorage or retrieval.\n','','blob');
 
132
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (63,32,'BOUNDARY','Boundary(g)\n\nReturns a geometry that is the closure of the combinatorial boundary of\nthe geometry value g.\n','','general-geometry-property-functions');
 
133
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (64,8,'CREATE USER','Syntax:\nCREATE USER user [IDENTIFIED BY [PASSWORD] \'password\']\n    [, user [IDENTIFIED BY [PASSWORD] \'password\']] ...\n\nThe CREATE USER statement was added in MySQL 5.0.2. This statement\ncreates new MySQL accounts. To use it, you must have the global CREATE\nUSER privilege or the INSERT privilege for the mysql database. For each\naccount, CREATE USER creates a new record in the mysql.user table that\nhas no privileges. An error occurs if the account already exists. Each\naccount is named using the same format as for the GRANT statement; for\nexample, \'jeffrey\'@\'localhost\'. If you specify only the username part\nof the account name, a hostname part of \'%\' is used. For additional\ninformation about specifying account names, see [HELP GRANT].\n\nThe account can be given a password with the optional IDENTIFIED BY\nclause. The user value and the password are given the same way as for\nthe GRANT statement. In particular, to specify the password in plain\ntext, omit the PASSWORD keyword. To specify the password as the hashed\nvalue as returned by the PASSWORD() function, include the PASSWORD\nkeyword. See [HELP GRANT].\n','','create-user');
 
134
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (65,22,'POINT','Point(x,y)\n\nConstructs a WKB Point using its coordinates.\n','','gis-mysql-specific-functions');
 
135
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (66,15,'CURRENT_USER','Syntax:\nCURRENT_USER, CURRENT_USER()\n\nReturns the username and hostname combination for the MySQL account\nthat the server used to authenticate the current client. This account\ndetermines your access privileges. As of MySQL 5.0.10, within a stored\nroutine that is defined with the SQL SECURITY DEFINER characteristic,\nCURRENT_USER() returns the creator of the routine. The return value is\na string in the utf8 character set.\n\nThe value of CURRENT_USER() can differ from the value of USER().\n','mysql> SELECT USER();\n        -> \'davida@localhost\'\nmysql> SELECT * FROM mysql.user;\nERROR 1044: Access denied for user \'\'@\'localhost\' to\ndatabase \'mysql\'\nmysql> SELECT CURRENT_USER();\n        -> \'@localhost\'\n','information-functions');
 
136
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (67,33,'LCASE','Syntax:\nLCASE(str)\n\nLCASE() is a synonym for LOWER().\n','','string-functions');
 
137
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (68,17,'<=','Syntax:\n<=\n\nLess than or equal:\n','mysql> SELECT 0.1 <= 2;\n        -> 1\n','comparison-operators');
 
138
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (69,25,'UPDATE','Syntax:\nSingle-table syntax:\n\nUPDATE [LOW_PRIORITY] [IGNORE] tbl_name\n    SET col_name1=expr1 [, col_name2=expr2 ...]\n    [WHERE where_condition]\n    [ORDER BY ...]\n    [LIMIT row_count]\n\nMultiple-table syntax:\n\nUPDATE [LOW_PRIORITY] [IGNORE] table_references\n    SET col_name1=expr1 [, col_name2=expr2 ...]\n    [WHERE where_condition]\n\nFor the single-table syntax, the UPDATE statement updates columns of\nexisting rows in tbl_name with new values. The SET clause indicates\nwhich columns to modify and the values they should be given. The WHERE\nclause, if given, specifies the conditions that identify which rows to\nupdate. With no WHERE clause, all rows are updated. If the ORDER BY\nclause is specified, the rows are updated in the order that is\nspecified. The LIMIT clause places a limit on the number of rows that\ncan be updated.\n\nFor the multiple-table syntax, UPDATE updates rows in each table named\nin table_references that satisfy the conditions. In this case, ORDER BY\nand LIMIT cannot be used.\n\nwhere_condition is an expression that evaluates to true for each row to\nbe updated. It is specified as described in [HELP SELECT].\n\nThe UPDATE statement supports the following modifiers:\n\no If you use the LOW_PRIORITY keyword, execution of the UPDATE is\n  delayed until no other clients are reading from the table.\n\no If you use the IGNORE keyword, the update statement does not abort\n  even if errors occur during the update. Rows for which duplicate-key\n  conflicts occur are not updated. Rows for which columns are updated\n  to values that would cause data conversion errors are updated to the\n  closest valid values instead.\n','','update');
 
139
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (70,35,'CASE STATEMENT','Syntax:\nCASE case_value\n    WHEN when_value THEN statement_list\n    [WHEN when_value THEN statement_list] ...\n    [ELSE statement_list]\nEND CASE\n\nOr:\n\nCASE\n    WHEN search_condition THEN statement_list\n    [WHEN search_condition THEN statement_list] ...\n    [ELSE statement_list]\nEND CASE\n\nThe CASE statement for stored routines implements a complex conditional\nconstruct. If a search_condition evaluates to true, the corresponding\nSQL statement list is executed. If no search condition matches, the\nstatement list in the ELSE clause is executed. Each statement_list\nconsists of one or more statements.\n\nNote: The syntax of the CASE statement shown here for use inside stored\nroutines differs slightly from that of the SQL CASE expression\ndescribed in [HELP CASE function]. The CASE statement cannot have an\nELSE NULL clause, and it is terminated with END CASE instead of END.\n','','case-statement');
 
140
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (71,25,'EXECUTE STATEMENT','Syntax:\nEXECUTE stmt_name [USING @var_name [, @var_name] ...]\n\nAfter preparing a statement, you execute it with an EXECUTE statement\nthat refers to the prepared statement name. If the prepared statement\ncontains any parameter markers, you must supply a USING clause that\nlists user variables containing the values to be bound to the\nparameters. Parameter values can be supplied only by user variables,\nand the USING clause must name exactly as many variables as the number\nof parameter markers in the statement.\n\nYou can execute a given prepared statement multiple times, passing\ndifferent variables to it or setting the variables to different values\nbefore each execution.\n','','sqlps');
 
141
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (72,36,'DROP INDEX','Syntax:\nDROP INDEX index_name ON tbl_name\n\nDROP INDEX drops the index named index_name from the table tbl_name.\nThis statement is mapped to an ALTER TABLE statement to drop the index.\nSee [HELP ALTER TABLE].\n','','drop-index');
 
142
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (73,33,'MATCH AGAINST','Syntax:\nMATCH (col1,col2,...) AGAINST (expr [search_modifier])\n\nsearch_modifier: { IN BOOLEAN MODE | WITH QUERY EXPANSION }\n\nMySQL has support for full-text indexing and searching:\n\no A full-text index in MySQL is an index of type FULLTEXT.\n\no Full-text indexes can be used only with MyISAM tables, and can be\n  created only for CHAR, VARCHAR, or TEXT columns.\n\no A FULLTEXT index definition can be given in the CREATE TABLE\n  statement when a table is created, or added later using ALTER TABLE\n  or CREATE INDEX.\n\no For large datasets, it is much faster to load your data into a table\n  that has no FULLTEXT index and then create the index after that, than\n  to load data into a table that has an existing FULLTEXT index.\n\nFull-text searching is performed using MATCH() ... AGAINST syntax.\nMATCH() takes a comma-separated list that names the columns to be\nsearched. AGAINST takes a string to search for, and an optional\nmodifier that indicates what type of search to perform. The search\nstring must be a literal string, not a variable or a column name. There\nare three types of full-text searches:\n\no A boolean search interprets the search string using the rules of a\n  special query language. The string contains the words to search for.\n  It can also contain operators that specify requirements such that a\n  word must be present or absent in matching rows, or that it should be\n  weighted higher or lower than usual. Common words such as "some" or\n  "then" are stopwords and do not match if present in the search\n  string. The IN BOOLEAN MODE modifier specifies a boolean search. For\n  more information, see\n  http://dev.mysql.com/doc/refman/5.0/en/fulltext-boolean.html.\n\no A natural language search interprets the search string as a phrase in\n  natural human language (a phrase in free text). There are no special\n  operators. The stopword list applies. In addition, words that are\n  present in more than 50% of the rows are considered common and do not\n  match. Full-text searches are natural language searches if no\n  modifier is given.\n\no A query expansion search is a modification of a natural language\n  search. The search string is used to perform a natural language\n  search. Then words from the most relevant rows returned by the search\n  are added to the search string and the search is done again. The\n  query returns the rows from the second search. The WITH QUERY\n  EXPANSION modifier specifies a query expansion search. For more\n  information, see\n  http://dev.mysql.com/doc/refman/5.0/en/fulltext-query-expansion.html.\n','mysql> SELECT id, body, MATCH (title,body) AGAINST\n    -> (\'Security implications of running MySQL as root\') AS score\n    -> FROM articles WHERE MATCH (title,body) AGAINST\n    -> (\'Security implications of running MySQL as root\');\n+----+-------------------------------------+-----------------+\n| id | body                                | score           |\n+----+-------------------------------------+-----------------+\n|  4 | 1. Never run mysqld as root. 2. ... | 1.5219271183014 |\n|  6 | When configured properly, MySQL ... | 1.3114095926285 |\n+----+-------------------------------------+-----------------+\n2 rows in set (0.00 sec)\n','fulltext-search');
 
143
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (74,4,'ABS','Syntax:\nABS(X)\n\nReturns the absolute value of X.\n','mysql> SELECT ABS(2);\n        -> 2\nmysql> SELECT ABS(-32);\n        -> 32\n','mathematical-functions');
 
144
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (75,29,'POLYFROMWKB','PolyFromWKB(wkb[,srid]), PolygonFromWKB(wkb[,srid])\n\nConstructs a POLYGON value using its WKB representation and SRID.\n','','gis-wkb-functions');
 
145
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (76,33,'NOT LIKE','Syntax:\nexpr NOT LIKE pat [ESCAPE \'escape_char\']\n\nThis is the same as NOT (expr LIKE pat [ESCAPE \'escape_char\']).\n','','string-comparison-functions');
 
146
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (77,33,'SPACE','Syntax:\nSPACE(N)\n\nReturns a string consisting of N space characters.\n','mysql> SELECT SPACE(6);\n        -> \'      \'\n','string-functions');
 
147
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (78,5,'MBR DEFINITION','Its MBR (Minimum Bounding Rectangle), or Envelope. This is the bounding\ngeometry, formed by the minimum and maximum (X,Y) coordinates:\n','((MINX MINY, MAXX MINY, MAXX MAXY, MINX MAXY, MINX MINY))\n','gis-class-geometry');
 
148
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (79,22,'GEOMETRYCOLLECTION','GeometryCollection(g1,g2,...)\n\nConstructs a WKB GeometryCollection. If any argument is not a\nwell-formed WKB representation of a geometry, the return value is NULL.\n','','gis-mysql-specific-functions');
 
149
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (80,4,'*','Syntax:\n*\n\nMultiplication:\n','mysql> SELECT 3*5;\n        -> 15\nmysql> SELECT 18014398509481984*18014398509481984.0;\n        -> 324518553658426726783156020576256.0\nmysql> SELECT 18014398509481984*18014398509481984;\n        -> 0\n','arithmetic-functions');
 
150
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (81,20,'TIMESTAMP','TIMESTAMP\n\nA timestamp. The range is \'1970-01-01 00:00:01\' UTC to partway through\nthe year 2037. TIMESTAMP values are stored as the number of seconds\nsince the epoch (\'1970-01-01 00:00:00\' UTC). A TIMESTAMP cannot\nrepresent the value \'1970-01-01 00:00:00\' because that is equivalent to\n0 seconds from the epoch and the value 0 is reserved for representing\n\'0000-00-00 00:00:00\', the "zero" TIMESTAMP value.\n\nA TIMESTAMP column is useful for recording the date and time of an\nINSERT or UPDATE operation. By default, the first TIMESTAMP column in a\ntable is automatically set to the date and time of the most recent\noperation if you do not assign it a value yourself. You can also set\nany TIMESTAMP column to the current date and time by assigning it a\nNULL value. Variations on automatic initialization and update\nproperties are described in\nhttp://dev.mysql.com/doc/refman/5.0/en/timestamp-4-1.html.\n\nA TIMESTAMP value is returned as a string in the format \'YYYY-MM-DD\nHH:MM:SS\' with a display width fixed at 19 characters. To obtain the\nvalue as a number, you should add +0 to the timestamp column.\n\nNote: The TIMESTAMP format that was used prior to MySQL 4.1 is not\nsupported in MySQL 5.0; see MySQL 3.23, 4.0, 4.1 Reference Manual for\ninformation regarding the old format.\n','','date-and-time-type-overview');
 
151
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (82,10,'DES_DECRYPT','Syntax:\nDES_DECRYPT(crypt_str[,key_str])\n\nDecrypts a string encrypted with DES_ENCRYPT(). If an error occurs,\nthis function returns NULL.\n\nNote that this function works only if MySQL has been configured with\nSSL support. See\nhttp://dev.mysql.com/doc/refman/5.0/en/secure-connections.html.\n\nIf no key_str argument is given, DES_DECRYPT() examines the first byte\nof the encrypted string to determine the DES key number that was used\nto encrypt the original string, and then reads the key from the DES key\nfile to decrypt the message. For this to work, the user must have the\nSUPER privilege. The key file can be specified with the --des-key-file\nserver option.\n\nIf you pass this function a key_str argument, that string is used as\nthe key for decrypting the message.\n\nIf the crypt_str argument does not appear to be an encrypted string,\nMySQL returns the given crypt_str.\n','','encryption-functions');
 
152
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (83,11,'ENDPOINT','EndPoint(ls)\n\nReturns the Point that is the endpoint of the LineString value ls.\n','mysql> SET @ls = \'LineString(1 1,2 2,3 3)\';\nmysql> SELECT AsText(EndPoint(GeomFromText(@ls)));\n+-------------------------------------+\n| AsText(EndPoint(GeomFromText(@ls))) |\n+-------------------------------------+\n| POINT(3 3)                          |\n+-------------------------------------+\n','linestring-property-functions');
 
153
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (84,25,'CACHE INDEX','Syntax:\nCACHE INDEX\n  tbl_index_list [, tbl_index_list] ...\n  IN key_cache_name\n\ntbl_index_list:\n  tbl_name [[INDEX|KEY] (index_name[, index_name] ...)]\n\nThe CACHE INDEX statement assigns table indexes to a specific key\ncache. It is used only for MyISAM tables.\n\nThe following statement assigns indexes from the tables t1, t2, and t3\nto the key cache named hot_cache:\n\nmysql> CACHE INDEX t1, t2, t3 IN hot_cache;\n+---------+--------------------+----------+----------+\n| Table   | Op                 | Msg_type | Msg_text |\n+---------+--------------------+----------+----------+\n| test.t1 | assign_to_keycache | status   | OK       |\n| test.t2 | assign_to_keycache | status   | OK       |\n| test.t3 | assign_to_keycache | status   | OK       |\n+---------+--------------------+----------+----------+\n','','cache-index');
 
154
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (85,10,'COMPRESS','Syntax:\nCOMPRESS(string_to_compress)\n\nCompresses a string and returns the result as a binary string. This\nfunction requires MySQL to have been compiled with a compression\nlibrary such as zlib. Otherwise, the return value is always NULL. The\ncompressed string can be uncompressed with UNCOMPRESS().\n','mysql> SELECT LENGTH(COMPRESS(REPEAT(\'a\',1000)));\n        -> 21\nmysql> SELECT LENGTH(COMPRESS(\'\'));\n        -> 0\nmysql> SELECT LENGTH(COMPRESS(\'a\'));\n        -> 13\nmysql> SELECT LENGTH(COMPRESS(REPEAT(\'a\',16)));\n        -> 15\n','encryption-functions');
 
155
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (86,25,'INSERT','Syntax:\nINSERT [LOW_PRIORITY | DELAYED | HIGH_PRIORITY] [IGNORE]\n    [INTO] tbl_name [(col_name,...)]\n    VALUES ({expr | DEFAULT},...),(...),...\n    [ ON DUPLICATE KEY UPDATE col_name=expr, ... ]\n\nOr:\n\nINSERT [LOW_PRIORITY | DELAYED | HIGH_PRIORITY] [IGNORE]\n    [INTO] tbl_name\n    SET col_name={expr | DEFAULT}, ...\n    [ ON DUPLICATE KEY UPDATE col_name=expr, ... ]\n\nOr:\n\nINSERT [LOW_PRIORITY | HIGH_PRIORITY] [IGNORE]\n    [INTO] tbl_name [(col_name,...)]\n    SELECT ...\n    [ ON DUPLICATE KEY UPDATE col_name=expr, ... ]\n\nINSERT inserts new rows into an existing table. The INSERT ... VALUES\nand INSERT ... SET forms of the statement insert rows based on\nexplicitly specified values. The INSERT ... SELECT form inserts rows\nselected from another table or tables. INSERT ... SELECT is discussed\nfurther in [HELP INSERT SELECT].\n','','insert');
 
156
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (87,14,'COUNT','Syntax:\nCOUNT(expr)\n\nReturns a count of the number of non-NULL values in the rows retrieved\nby a SELECT statement. The result is a BIGINT value.\n\nCOUNT() returns 0 if there were no matching rows.\n','mysql> SELECT student.student_name,COUNT(*)\n    ->        FROM student,course\n    ->        WHERE student.student_id=course.student_id\n    ->        GROUP BY student_name;\n','group-by-functions');
 
157
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (88,25,'HANDLER','Syntax:\nHANDLER tbl_name OPEN [ AS alias ]\nHANDLER tbl_name READ index_name { = | >= | <= | < } (value1,value2,...)\n    [ WHERE where_condition ] [LIMIT ... ]\nHANDLER tbl_name READ index_name { FIRST | NEXT | PREV | LAST }\n    [ WHERE where_condition ] [LIMIT ... ]\nHANDLER tbl_name READ { FIRST | NEXT }\n    [ WHERE where_condition ] [LIMIT ... ]\nHANDLER tbl_name CLOSE\n\nThe HANDLER statement provides direct access to table storage engine\ninterfaces. It is available for MyISAM and InnoDB tables.\n','','handler');
 
158
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (89,3,'MLINEFROMTEXT','MLineFromText(wkt[,srid]), MultiLineStringFromText(wkt[,srid])\n\nConstructs a MULTILINESTRING value using its WKT representation and\nSRID.\n','','gis-wkt-functions');
 
159
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (90,29,'GEOMCOLLFROMWKB','GeomCollFromWKB(wkb[,srid]), GeometryCollectionFromWKB(wkb[,srid])\n\nConstructs a GEOMETRYCOLLECTION value using its WKB representation and\nSRID.\n','','gis-wkb-functions');
 
160
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (91,36,'RENAME TABLE','Syntax:\nRENAME TABLE tbl_name TO new_tbl_name\n    [, tbl_name2 TO new_tbl_name2] ...\n\nThis statement renames one or more tables.\n\nThe rename operation is done atomically, which means that no other\nthread can access any of the tables while the rename is running. For\nexample, if you have an existing table old_table, you can create\nanother table new_table that has the same structure but is empty, and\nthen replace the existing table with the empty one as follows (assuming\nthat backup_table does not already exist):\n','CREATE TABLE new_table (...);\nRENAME TABLE old_table TO backup_table, new_table TO old_table;\n','rename-table');
 
161
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (92,20,'BOOLEAN','BOOL, BOOLEAN\n\nThese types are synonyms for TINYINT(1). A value of zero is considered\nfalse. Non-zero values are considered true:\n\nmysql> SELECT IF(0, \'true\', \'false\');\n+------------------------+\n| IF(0, \'true\', \'false\') |\n+------------------------+\n| false                  |\n+------------------------+\n\nmysql> SELECT IF(1, \'true\', \'false\');\n+------------------------+\n| IF(1, \'true\', \'false\') |\n+------------------------+\n| true                   |\n+------------------------+\n\nmysql> SELECT IF(2, \'true\', \'false\');\n+------------------------+\n| IF(2, \'true\', \'false\') |\n+------------------------+\n| true                   |\n+------------------------+\n\nHowever, the values TRUE and FALSE are merely aliases for 1 and 0,\nrespectively, as shown here:\n\nmysql> SELECT IF(0 = FALSE, \'true\', \'false\');\n+--------------------------------+\n| IF(0 = FALSE, \'true\', \'false\') |\n+--------------------------------+\n| true                           |\n+--------------------------------+\n\nmysql> SELECT IF(1 = TRUE, \'true\', \'false\');\n+-------------------------------+\n| IF(1 = TRUE, \'true\', \'false\') |\n+-------------------------------+\n| true                          |\n+-------------------------------+\n\nmysql> SELECT IF(2 = TRUE, \'true\', \'false\');\n+-------------------------------+\n| IF(2 = TRUE, \'true\', \'false\') |\n+-------------------------------+\n| false                         |\n+-------------------------------+\n\nmysql> SELECT IF(2 = FALSE, \'true\', \'false\');\n+--------------------------------+\n| IF(2 = FALSE, \'true\', \'false\') |\n+--------------------------------+\n| false                          |\n+--------------------------------+\n\nThe last two statements display the results shown because 2 is equal to\nneither 1 nor 0.\n\nWe intend to implement full boolean type handling, in accordance with\nstandard SQL, in a future MySQL release.\n','','numeric-type-overview');
 
162
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (93,13,'DEFAULT','Syntax:\nDEFAULT(col_name)\n\nReturns the default value for a table column. Starting with MySQL\n5.0.2, an error results if the column has no default value.\n','mysql> UPDATE t SET i = DEFAULT(i)+1 WHERE id < 100;\n','miscellaneous-functions');
 
163
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (94,4,'MOD','Syntax:\nMOD(N,M), N % M, N MOD M\n\nModulo operation. Returns the remainder of N divided by M.\n','mysql> SELECT MOD(234, 10);\n        -> 4\nmysql> SELECT 253 % 7;\n        -> 1\nmysql> SELECT MOD(29,9);\n        -> 2\nmysql> SELECT 29 MOD 9;\n        -> 2\n','mathematical-functions');
 
164
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (95,20,'TINYTEXT','TINYTEXT [CHARACTER SET charset_name] [COLLATE collation_name]\n\nA TEXT column with a maximum length of 255 (28 - 1) characters.\n','','string-type-overview');
 
165
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (96,19,'OPTIMIZE TABLE','Syntax:\nOPTIMIZE [LOCAL | NO_WRITE_TO_BINLOG] TABLE tbl_name [, tbl_name] ...\n\nOPTIMIZE TABLE should be used if you have deleted a large part of a\ntable or if you have made many changes to a table with variable-length\nrows (tables that have VARCHAR, VARBINARY, BLOB, or TEXT columns).\nDeleted rows are maintained in a linked list and subsequent INSERT\noperations reuse old row positions. You can use OPTIMIZE TABLE to\nreclaim the unused space and to defragment the data file.\n\nThis statement requires SELECT and INSERT privileges for the table.\n','','optimize-table');
 
166
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (97,10,'DECODE','Syntax:\nDECODE(crypt_str,pass_str)\n\nDecrypts the encrypted string crypt_str using pass_str as the password.\ncrypt_str should be a string returned from ENCODE().\n','','encryption-functions');
 
167
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (98,17,'<=>','Syntax:\n<=>\n\nNULL-safe equal. This operator performs an equality comparison like the\n= operator, but returns 1 rather than NULL if both operands are NULL,\nand 0 rather than NULL if one operand is NULL.\n','mysql> SELECT 1 <=> 1, NULL <=> NULL, 1 <=> NULL;\n        -> 1, 1, 0\nmysql> SELECT 1 = 1, NULL = NULL, 1 = NULL;\n        -> 1, NULL, NULL\n','comparison-operators');
 
168
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (99,25,'LOAD DATA FROM MASTER','Syntax:\nLOAD DATA FROM MASTER\n\nThis feature is deprecated. We recommend not using it anymore. It is\nsubject to removal in a future version of MySQL.\n\nSince the current implementation of LOAD DATA FROM MASTER and LOAD\nTABLE FROM MASTER is very limited, these statements are deprecated in\nversions 4.1 of MySQL and above. We will introduce a more advanced\ntechnique (called "online backup") in a future version. That technique\nwill have the additional advantage of working with more storage\nengines.\n\nFor MySQL 5.1 and earlier, the recommended alternative solution to\nusing LOAD DATA FROM MASTER or LOAD TABLE FROM MASTER is using\nmysqldump or mysqlhotcopy. The latter requires Perl and two Perl\nmodules (DBI and DBD:mysql) and works for MyISAM and ARCHIVE tables\nonly. With mysqldump, you can create SQL dumps on the master and pipe\n(or copy) these to a mysql client on the slave. This has the advantage\nof working for all storage engines, but can be quite slow, since it\nworks using SELECT.\n\nThis statement takes a snapshot of the master and copies it to the\nslave. It updates the values of MASTER_LOG_FILE and MASTER_LOG_POS so\nthat the slave starts replicating from the correct position. Any table\nand database exclusion rules specified with the --replicate-*-do-* and\n--replicate-*-ignore-* options are honored. --replicate-rewrite-db is\nnot taken into account because a user could use this option to set up a\nnon-unique mapping such as --replicate-rewrite-db="db1->db3" and\n--replicate-rewrite-db="db2->db3", which would confuse the slave when\nloading tables from the master.\n\nUse of this statement is subject to the following conditions:\n\no It works only for MyISAM tables. Attempting to load a non-MyISAM\n  table results in the following error:\n\nERROR 1189 (08S01): Net error reading from master\n\no It acquires a global read lock on the master while taking the\n  snapshot, which prevents updates on the master during the load\n  operation.\n\nIf you are loading large tables, you might have to increase the values\nof net_read_timeout and net_write_timeout on both the master and slave\nservers. See\nhttp://dev.mysql.com/doc/refman/5.0/en/server-system-variables.html.\n\nNote that LOAD DATA FROM MASTER does not copy any tables from the mysql\ndatabase. This makes it easy to have different users and privileges on\nthe master and the slave.\n\nTo use LOAD DATA FROM MASTER, the replication account that is used to\nconnect to the master must have the RELOAD and SUPER privileges on the\nmaster and the SELECT privilege for all master tables you want to load.\nAll master tables for which the user does not have the SELECT privilege\nare ignored by LOAD DATA FROM MASTER. This is because the master hides\nthem from the user: LOAD DATA FROM MASTER calls SHOW DATABASES to know\nthe master databases to load, but SHOW DATABASES returns only databases\nfor which the user has some privilege. See [HELP SHOW DATABASES]. On\nthe slave side, the user that issues LOAD DATA FROM MASTER must have\nprivileges for dropping and creating the databases and tables that are\ncopied.\n','','load-data-from-master');
 
169
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (100,25,'RESET','Syntax:\nRESET reset_option [, reset_option] ...\n\nThe RESET statement is used to clear the state of various server\noperations. You must have the RELOAD privilege to execute RESET.\n\nRESET acts as a stronger version of the FLUSH statement. See [HELP\nFLUSH].\n','','reset');
 
170
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (101,24,'HELP STATEMENT','Syntax:\nHELP \'search_string\'\n\nThe HELP statement returns online information from the MySQL Reference\nmanual. Its proper operation requires that the help tables in the mysql\ndatabase be initialized with help topic information (see\nhttp://dev.mysql.com/doc/refman/5.0/en/server-side-help-support.html).\n\nThe HELP statement searches the help tables for the given search string\nand displays the result of the search. The search string is not case\nsensitive.\n','','help');
 
171
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (102,13,'GET_LOCK','Syntax:\nGET_LOCK(str,timeout)\n\nTries to obtain a lock with a name given by the string str, using a\ntimeout of timeout seconds. Returns 1 if the lock was obtained\nsuccessfully, 0 if the attempt timed out (for example, because another\nclient has previously locked the name), or NULL if an error occurred\n(such as running out of memory or the thread was killed with mysqladmin\nkill). If you have a lock obtained with GET_LOCK(), it is released when\nyou execute RELEASE_LOCK(), execute a new GET_LOCK(), or your\nconnection terminates (either normally or abnormally). Locks obtained\nwith GET_LOCK() do not interact with transactions. That is, committing\na transaction does not release any such locks obtained during the\ntransaction.\n\nThis function can be used to implement application locks or to simulate\nrecord locks. Names are locked on a server-wide basis. If a name has\nbeen locked by one client, GET_LOCK() blocks any request by another\nclient for a lock with the same name. This allows clients that agree on\na given lock name to use the name to perform cooperative advisory\nlocking. But be aware that it also allows a client that is not among\nthe set of cooperating clients to lock a name, either inadvertently or\ndeliberately, and thus prevent any of the cooperating clients from\nlocking that name. One way to reduce the likelihood of this is to use\nlock names that are database-specific or application-specific. For\nexample, use lock names of the form db_name.str or app_name.str.\n','mysql> SELECT GET_LOCK(\'lock1\',10);\n        -> 1\nmysql> SELECT IS_FREE_LOCK(\'lock2\');\n        -> 1\nmysql> SELECT GET_LOCK(\'lock2\',10);\n        -> 1\nmysql> SELECT RELEASE_LOCK(\'lock2\');\n        -> 1\nmysql> SELECT RELEASE_LOCK(\'lock1\');\n        -> NULL\n','miscellaneous-functions');
 
172
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (103,33,'UCASE','Syntax:\nUCASE(str)\n\nUCASE() is a synonym for UPPER().\n','','string-functions');
 
173
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (104,25,'SHOW BINLOG EVENTS','Syntax:\nSHOW BINLOG EVENTS\n   [IN \'log_name\'] [FROM pos] [LIMIT [offset,] row_count]\n\nShows the events in the binary log. If you do not specify \'log_name\',\nthe first binary log is displayed.\n','','show-binlog-events');
 
174
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (105,29,'MPOLYFROMWKB','MPolyFromWKB(wkb[,srid]), MultiPolygonFromWKB(wkb[,srid])\n\nConstructs a MULTIPOLYGON value using its WKB representation and SRID.\n','','gis-wkb-functions');
 
175
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (106,35,'ITERATE','Syntax:\nITERATE label\n\nITERATE can appear only within LOOP, REPEAT, and WHILE statements.\nITERATE means "do the loop again."\n','CREATE PROCEDURE doiterate(p1 INT)\nBEGIN\n  label1: LOOP\n    SET p1 = p1 + 1;\n    IF p1 < 10 THEN ITERATE label1; END IF;\n    LEAVE label1;\n  END LOOP label1;\n  SET @x = p1;\nEND\n','iterate-statement');
 
176
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (107,25,'DO','Syntax:\nDO expr [, expr] ...\n\nDO executes the expressions but does not return any results. In most\nrespects, DO is shorthand for SELECT expr, ..., but has the advantage\nthat it is slightly faster when you do not care about the result.\n\nDO is useful primarily with functions that have side effects, such as\nRELEASE_LOCK().\n','','do');
 
177
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (108,28,'CURTIME','Syntax:\nCURTIME()\n\nReturns the current time as a value in \'HH:MM:SS\' or HHMMSS format,\ndepending on whether the function is used in a string or numeric\ncontext.\n','mysql> SELECT CURTIME();\n        -> \'23:50:26\'\nmysql> SELECT CURTIME() + 0;\n        -> 235026\n','date-and-time-functions');
 
178
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (109,33,'CHAR_LENGTH','Syntax:\nCHAR_LENGTH(str)\n\nReturns the length of the string str, measured in characters. A\nmulti-byte character counts as a single character. This means that for\na string containing five two-byte characters, LENGTH() returns 10,\nwhereas CHAR_LENGTH() returns 5.\n','','string-functions');
 
179
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (110,20,'BIGINT','BIGINT[(M)] [UNSIGNED] [ZEROFILL]\n\nA large integer. The signed range is -9223372036854775808 to\n9223372036854775807. The unsigned range is 0 to 18446744073709551615.\n','','numeric-type-overview');
 
180
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (111,25,'SET','Syntax:\nSET variable_assignment [, variable_assignment] ...\n\nvariable_assignment:\n      user_var_name = expr\n    | [GLOBAL | SESSION] system_var_name = expr\n    | [@@global. | @@session. | @@]system_var_name = expr\n\nThe SET statement assigns values to different types of variables that\naffect the operation of the server or your client. Older versions of\nMySQL employed SET OPTION, but this syntax is deprecated in favor of\nSET without OPTION.\n','','set-option');
 
181
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (112,20,'DATE','DATE\n\nA date. The supported range is \'1000-01-01\' to \'9999-12-31\'. MySQL\ndisplays DATE values in \'YYYY-MM-DD\' format, but allows you to assign\nvalues to DATE columns using either strings or numbers.\n','','date-and-time-type-overview');
 
182
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (113,33,'CONV','Syntax:\nCONV(N,from_base,to_base)\n\nConverts numbers between different number bases. Returns a string\nrepresentation of the number N, converted from base from_base to base\nto_base. Returns NULL if any argument is NULL. The argument N is\ninterpreted as an integer, but may be specified as an integer or a\nstring. The minimum base is 2 and the maximum base is 36. If to_base is\na negative number, N is regarded as a signed number. Otherwise, N is\ntreated as unsigned. CONV() works with 64-bit precision.\n','mysql> SELECT CONV(\'a\',16,2);\n        -> \'1010\'\nmysql> SELECT CONV(\'6E\',18,8);\n        -> \'172\'\nmysql> SELECT CONV(-17,10,-18);\n        -> \'-H\'\nmysql> SELECT CONV(10+\'10\'+\'10\'+0xa,10,10);\n        -> \'40\'\n','string-functions');
 
183
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (114,25,'SHOW OPEN TABLES','Syntax:\nSHOW OPEN TABLES [FROM db_name] [LIKE \'pattern\']\n\nSHOW OPEN TABLES lists the non-TEMPORARY tables that are currently open\nin the table cache. See\nhttp://dev.mysql.com/doc/refman/5.0/en/table-cache.html.\n','','show-open-tables');
 
184
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (115,28,'EXTRACT','Syntax:\nEXTRACT(unit FROM date)\n\nThe EXTRACT() function uses the same kinds of unit specifiers as\nDATE_ADD() or DATE_SUB(), but extracts parts from the date rather than\nperforming date arithmetic.\n','mysql> SELECT EXTRACT(YEAR FROM \'1999-07-02\');\n       -> 1999\nmysql> SELECT EXTRACT(YEAR_MONTH FROM \'1999-07-02 01:02:03\');\n       -> 199907\nmysql> SELECT EXTRACT(DAY_MINUTE FROM \'1999-07-02 01:02:03\');\n       -> 20102\nmysql> SELECT EXTRACT(MICROSECOND\n    ->                FROM \'2003-01-02 10:30:00.00123\');\n        -> 123\n','date-and-time-functions');
 
185
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (116,10,'ENCRYPT','Syntax:\nENCRYPT(str[,salt])\n\nEncrypts str using the Unix crypt() system call and returns a binary\nstring. The salt argument should be a string with at least two\ncharacters. If no salt argument is given, a random value is used.\n','mysql> SELECT ENCRYPT(\'hello\');\n        -> \'VxuFAJXVARROc\'\n','encryption-functions');
 
186
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (117,25,'SHOW STATUS','Syntax:\nSHOW [GLOBAL | SESSION] STATUS [LIKE \'pattern\']\n\nSHOW STATUS provides server status information. This information also\ncan be obtained using the mysqladmin extended-status command.\nWith a LIKE clause, the statement displays only rows for those\nvariables with names that match the pattern:\n\nmysql> SHOW STATUS LIKE \'Key%\';\n+--------------------+----------+\n| Variable_name      | Value    |\n+--------------------+----------+\n| Key_blocks_used    | 14955    |\n| Key_read_requests  | 96854827 |\n| Key_reads          | 162040   |\n| Key_write_requests | 7589728  |\n| Key_writes         | 3813196  |\n+--------------------+----------+\n\nThe GLOBAL and SESSION options are new in MySQL 5.0.2. With the GLOBAL\nmodifier, SHOW STATUS displays the status values for all connections to\nMySQL. With SESSION, it displays the status values for the current\nconnection. If no modifier is present, the default is SESSION. LOCAL is\na synonym for SESSION.\n\nSome status variables have only a global value. For these, you get the\nsame value for both GLOBAL and SESSION.\n\nNote: Before MySQL 5.0.2, SHOW STATUS returned global status values.\nBecause the default as of 5.0.2 is to return session values, this is\nincompatible with previous versions. To issue a SHOW STATUS statement\nthat will retrieve global status values for all versions of MySQL,\nwrite it like this:\n\nSHOW /*!50002 GLOBAL */ STATUS;\n','','show-status');
 
187
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (118,10,'OLD_PASSWORD','Syntax:\nOLD_PASSWORD(str)\n\nOLD_PASSWORD() was added to MySQL when the implementation of PASSWORD()\nwas changed to improve security. OLD_PASSWORD() returns the value of\nthe old (pre-4.1) implementation of PASSWORD() as a binary string, and\nis intended to permit you to reset passwords for any pre-4.1 clients\nthat need to connect to your version 5.0 MySQL server without locking\nthem out. See\nhttp://dev.mysql.com/doc/refman/5.0/en/password-hashing.html.\n','','encryption-functions');
 
188
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (119,35,'SET VARIABLE','Syntax:\nSET var_name = expr [, var_name = expr] ...\n\nThe SET statement in stored routines is an extended version of the\ngeneral SET statement. Referenced variables may be ones declared inside\na routine, or global system variables.\n\nThe SET statement in stored routines is implemented as part of the\npre-existing SET syntax. This allows an extended syntax of SET a=x,\nb=y, ... where different variable types (locally declared variables and\nglobal and session server variables) can be mixed. This also allows\ncombinations of local variables and some options that make sense only\nfor system variables; in that case, the options are recognized but\nignored.\n','','set-statement');
 
189
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (120,33,'FORMAT','Syntax:\nFORMAT(X,D)\n\nFormats the number X to a format like \'#,###,###.##\', rounded to D\ndecimal places, and returns the result as a string. If D is 0, the\nresult has no decimal point or fractional part.\n','mysql> SELECT FORMAT(12332.123456, 4);\n        -> \'12,332.1235\'\nmysql> SELECT FORMAT(12332.1,4);\n        -> \'12,332.1000\'\nmysql> SELECT FORMAT(12332.2,0);\n        -> \'12,332\'\n','string-functions');
 
190
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (121,12,'||','Syntax:\nOR, ||\n\nLogical OR. When both operands are non-NULL, the result is 1 if any\noperand is non-zero, and 0 otherwise. With a NULL operand, the result\nis 1 if the other operand is non-zero, and NULL otherwise. If both\noperands are NULL, the result is NULL.\n','mysql> SELECT 1 || 1;\n        -> 1\nmysql> SELECT 1 || 0;\n        -> 1\nmysql> SELECT 0 || 0;\n        -> 0\nmysql> SELECT 0 || NULL;\n        -> NULL\nmysql> SELECT 1 || NULL;\n        -> 1\n','logical-operators');
 
191
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (122,33,'BIT_LENGTH','Syntax:\nBIT_LENGTH(str)\n\nReturns the length of the string str in bits.\n','mysql> SELECT BIT_LENGTH(\'text\');\n        -> 32\n','string-functions');
 
192
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (123,2,'EXTERIORRING','ExteriorRing(poly)\n\nReturns the exterior ring of the Polygon value poly as a LineString.\n','mysql> SET @poly =\n    -> \'Polygon((0 0,0 3,3 3,3 0,0 0),(1 1,1 2,2 2,2 1,1 1))\';\nmysql> SELECT AsText(ExteriorRing(GeomFromText(@poly)));\n+-------------------------------------------+\n| AsText(ExteriorRing(GeomFromText(@poly))) |\n+-------------------------------------------+\n| LINESTRING(0 0,0 3,3 3,3 0,0 0)           |\n+-------------------------------------------+\n','polygon-property-functions');
 
193
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (124,29,'GEOMFROMWKB','GeomFromWKB(wkb[,srid]), GeometryFromWKB(wkb[,srid])\n\nConstructs a geometry value of any type using its WKB representation\nand SRID.\n','','gis-wkb-functions');
 
194
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (125,25,'SHOW SLAVE HOSTS','Syntax:\n          SHOW SLAVE HOSTS\n\nDisplays a list of replication slaves currently registered with the\nmaster. Only slaves started with the --report-host=slave_name option\nare visible in this list.\n\nThe list is displayed on any server (not just the master server). The\noutput looks like this: mysql> SHOW SLAVE HOSTS;\n+------------+-----------+------+-----------+ | Server_id | Host | Port\n| Master_id | +------------+-----------+------+-----------+ | 192168010\n| iconnect2 | 3306 | 192168011 | | 1921680101 | athena | 3306 |\n192168011 | +------------+-----------+------+-----------+ Server_id:\nThe unique server ID of the slave server, as configured in the server\'s\noption file, or on the command line with --server-id=value . Host: The\nhost name of the slave server, as configured in the server\'s option\nfile, or on the command line with --report-host=value. Note that this\ncan differ from the machine name as configured in the operating system.\nPort: The port the slave server is listening on. Master_id: The unique\nserver ID of the master server that the slave server is replicating\nfrom. Some MySQL versions report another variable, Rpl_recovery_rank.\nThis variable was never used, and was eventually removed.\n','','show-slave-hosts');
 
195
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (126,7,'START TRANSACTION','Syntax:\nSTART TRANSACTION | BEGIN [WORK]\nCOMMIT [WORK] [AND [NO] CHAIN] [[NO] RELEASE]\nROLLBACK [WORK] [AND [NO] CHAIN] [[NO] RELEASE]\nSET AUTOCOMMIT = {0 | 1}\n\nThe START TRANSACTION and BEGIN statement begin a new transaction.\nCOMMIT commits the current transaction, making its changes permanent.\nROLLBACK rolls back the current transaction, canceling its changes. The\nSET AUTOCOMMIT statement disables or enables the default autocommit\nmode for the current connection.\n\nBeginning with MySQL 5.0.3, the optional WORK keyword is supported for\nCOMMIT and RELEASE, as are the CHAIN and RELEASE clauses. CHAIN and\nRELEASE can be used for additional control over transaction completion.\nThe value of the completion_type system variable determines the default\ncompletion behavior. See\nhttp://dev.mysql.com/doc/refman/5.0/en/server-system-variables.html.\n\nThe AND CHAIN clause causes a new transaction to begin as soon as the\ncurrent one ends, and the new transaction has the same isolation level\nas the just-terminated transaction. The RELEASE clause causes the\nserver to disconnect the current client connection after terminating\nthe current transaction. Including the NO keyword suppresses CHAIN or\nRELEASE completion, which can be useful if the completion_type system\nvariable is set to cause chaining or release completion by default.\n\nBy default, MySQL runs with autocommit mode enabled. This means that as\nsoon as you execute a statement that updates (modifies) a table, MySQL\nstores the update on disk.\n\nIf you are using a transaction-safe storage engine (such as InnoDB,\nBDB, or NDB Cluster), you can disable autocommit mode with the\nfollowing statement:\n\nSET AUTOCOMMIT=0;\n\nAfter disabling autocommit mode by setting the AUTOCOMMIT variable to\nzero, you must use COMMIT to store your changes to disk or ROLLBACK if\nyou want to ignore the changes you have made since the beginning of\nyour transaction.\n\nTo disable autocommit mode for a single series of statements, use the\nSTART TRANSACTION statement:\n','START TRANSACTION;\nSELECT @A:=SUM(salary) FROM table1 WHERE type=1;\nUPDATE table2 SET summary=@A WHERE type=1;\nCOMMIT;\n','commit');
 
196
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (127,17,'BETWEEN AND','Syntax:\nexpr BETWEEN min AND max\n\nIf expr is greater than or equal to min and expr is less than or equal\nto max, BETWEEN returns 1, otherwise it returns 0. This is equivalent\nto the expression (min <= expr AND expr <= max) if all the arguments\nare of the same type. Otherwise type conversion takes place according\nto the rules described in\nhttp://dev.mysql.com/doc/refman/5.0/en/type-conversion.html, but\napplied to all the three arguments.\n','mysql> SELECT 1 BETWEEN 2 AND 3;\n        -> 0\nmysql> SELECT \'b\' BETWEEN \'a\' AND \'c\';\n        -> 1\nmysql> SELECT 2 BETWEEN 2 AND \'3\';\n        -> 1\nmysql> SELECT 2 BETWEEN 2 AND \'x-3\';\n        -> 0\n','comparison-operators');
 
197
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (128,22,'MULTIPOLYGON','MultiPolygon(poly1,poly2,...)\n\nConstructs a WKB MultiPolygon value from a set of WKB Polygon\narguments. If any argument is not a WKB Polygon, the return value is\nNULL.\n','','gis-mysql-specific-functions');
 
198
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (129,28,'TIME_FORMAT','Syntax:\nTIME_FORMAT(time,format)\n\nThis is used like the DATE_FORMAT() function, but the format string may\ncontain format specifiers only for hours, minutes, and seconds. Other\nspecifiers produce a NULL value or 0.\n','mysql> SELECT TIME_FORMAT(\'100:00:00\', \'%H %k %h %I %l\');\n        -> \'100 100 04 04 4\'\n','date-and-time-functions');
 
199
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (130,33,'LEFT','Syntax:\nLEFT(str,len)\n\nReturns the leftmost len characters from the string str, or NULL if any\nargument is NULL.\n','mysql> SELECT LEFT(\'foobarbar\', 5);\n        -> \'fooba\'\n','string-functions');
 
200
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (131,24,'FLUSH QUERY CACHE','You can defragment the query cache to better utilize its memory with\nthe FLUSH QUERY CACHE statement. The statement does not remove any\nqueries from the cache.\n\nThe RESET QUERY CACHE statement removes all query results from the\nquery cache. The FLUSH TABLES statement also does this.\n','','query-cache-status-and-maintenance');
 
201
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (132,20,'SET DATA TYPE','SET(\'value1\',\'value2\',...) [CHARACTER SET charset_name] [COLLATE\ncollation_name]\n\nA set. A string object that can have zero or more values, each of which\nmust be chosen from the list of values \'value1\', \'value2\', ... A SET\ncolumn can have a maximum of 64 members. SET values are represented\ninternally as integers.\n','','string-type-overview');
 
202
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (133,4,'RAND','Syntax:\nRAND(), RAND(N)\n\nReturns a random floating-point value v between 0 and 1 inclusive (that\nis, in the range 0 <= v <= 1.0). If an integer argument N is specified,\nit is used as the seed value, which produces a repeatable sequence of\ncolumn values.\n','mysql> SELECT RAND();\n        -> 0.9233482386203\nmysql> SELECT RAND(20);\n        -> 0.15888261251047\nmysql> SELECT RAND(20);\n        -> 0.15888261251047\nmysql> SELECT RAND();\n        -> 0.63553050033332\nmysql> SELECT RAND();\n        -> 0.70100469486881\nmysql> SELECT RAND(20);\n        -> 0.15888261251047\n','mathematical-functions');
 
203
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (134,33,'RPAD','Syntax:\nRPAD(str,len,padstr)\n\nReturns the string str, right-padded with the string padstr to a length\nof len characters. If str is longer than len, the return value is\nshortened to len characters.\n','mysql> SELECT RPAD(\'hi\',5,\'?\');\n        -> \'hi???\'\nmysql> SELECT RPAD(\'hi\',1,\'?\');\n        -> \'h\'\n','string-functions');
 
204
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (135,36,'CREATE DATABASE','Syntax:\nCREATE {DATABASE | SCHEMA} [IF NOT EXISTS] db_name\n    [create_specification [create_specification] ...]\n\ncreate_specification:\n    [DEFAULT] CHARACTER SET charset_name\n  | [DEFAULT] COLLATE collation_name\n\nCREATE DATABASE creates a database with the given name. To use this\nstatement, you need the CREATE privilege for the database. CREATE\nSCHEMA is a synonym for CREATE DATABASE as of MySQL 5.0.2.\n','','create-database');
 
205
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (136,20,'DEC','DEC[(M[,D])] [UNSIGNED] [ZEROFILL], NUMERIC[(M[,D])] [UNSIGNED]\n[ZEROFILL], FIXED[(M[,D])] [UNSIGNED] [ZEROFILL]\n\nThese types are synonyms for DECIMAL. The FIXED synonym is available\nfor compatibility with other database systems.\n','','numeric-type-overview');
 
206
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (137,14,'VAR_POP','Syntax:\nVAR_POP(expr)\n\nReturns the population standard variance of expr. It considers rows as\nthe whole population, not as a sample, so it has the number of rows as\nthe denominator. This function was added in MySQL 5.0.3. Before 5.0.3,\nyou can use VARIANCE(), which is equivalent but is not standard SQL.\n\nVAR_POP() returns NULL if there were no matching rows.\n','','group-by-functions');
 
207
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (138,33,'ELT','Syntax:\nELT(N,str1,str2,str3,...)\n\nReturns str1 if N = 1, str2 if N = 2, and so on. Returns NULL if N is\nless than 1 or greater than the number of arguments. ELT() is the\ncomplement of FIELD().\n','mysql> SELECT ELT(1, \'ej\', \'Heja\', \'hej\', \'foo\');\n        -> \'ej\'\nmysql> SELECT ELT(4, \'ej\', \'Heja\', \'hej\', \'foo\');\n        -> \'foo\'\n','string-functions');
 
208
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (139,36,'ALTER VIEW','Syntax:\nALTER\n    [ALGORITHM = {UNDEFINED | MERGE | TEMPTABLE}]\n    [DEFINER = { user | CURRENT_USER }]\n    [SQL SECURITY { DEFINER | INVOKER }]\n    VIEW view_name [(column_list)]\n    AS select_statement\n    [WITH [CASCADED | LOCAL] CHECK OPTION]\n\nThis statement changes the definition of an existing view. The syntax\nis similar to that for CREATE VIEW. See [HELP CREATE VIEW]. This\nstatement requires the CREATE VIEW and DROP privileges for the view,\nand some privilege for each column referred to in the SELECT statement.\n','','alter-view');
 
209
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (140,25,'SHOW DATABASES','Syntax:\nSHOW {DATABASES | SCHEMAS} [LIKE \'pattern\']\n\nSHOW DATABASES lists the databases on the MySQL server host. SHOW\nSCHEMAS is a synonym for SHOW DATABASES as of MySQL 5.0.2.\n\nYou see only those databases for which you have some kind of privilege,\nunless you have the global SHOW DATABASES privilege. You can also get\nthis list using the mysqlshow command.\n\nIf the server was started with the --skip-show-database option, you\ncannot use this statement at all unless you have the SHOW DATABASES\nprivilege.\n','','show-databases');
 
210
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (141,18,'~','Syntax:\n~\n\nInvert all bits.\n','mysql> SELECT 5 & ~1;\n        -> 4\n','bit-functions');
 
211
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (142,20,'TEXT','TEXT[(M)] [CHARACTER SET charset_name] [COLLATE collation_name]\n\nA TEXT column with a maximum length of 65,535 (216 - 1) characters.\n\nAn optional length M can be given for this type. If this is done, MySQL\ncreates the column as the smallest TEXT type large enough to hold\nvalues M characters long.\n','','string-type-overview');
 
212
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (143,33,'CONCAT_WS','Syntax:\nCONCAT_WS(separator,str1,str2,...)\n\nCONCAT_WS() stands for Concatenate With Separator and is a special form\nof CONCAT(). The first argument is the separator for the rest of the\narguments. The separator is added between the strings to be\nconcatenated. The separator can be a string, as can the rest of the\narguments. If the separator is NULL, the result is NULL.\n','mysql> SELECT CONCAT_WS(\',\',\'First name\',\'Second name\',\'Last Name\');\n        -> \'First name,Second name,Last Name\'\nmysql> SELECT CONCAT_WS(\',\',\'First name\',NULL,\'Last Name\');\n        -> \'First name,Last Name\'\n','string-functions');
 
213
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (144,15,'ROW_COUNT','Syntax:\nROW_COUNT()\n\nROW_COUNT() returns the number of rows updated, inserted, or deleted by\nthe preceding statement. This is the same as the row count that the\nmysql client displays and the value from the mysql_affected_rows() C\nAPI function.\n','mysql> INSERT INTO t VALUES(1),(2),(3);\nQuery OK, 3 rows affected (0.00 sec)\nRecords: 3  Duplicates: 0  Warnings: 0\n\nmysql> SELECT ROW_COUNT();\n+-------------+\n| ROW_COUNT() |\n+-------------+\n|           3 |\n+-------------+\n1 row in set (0.00 sec)\n\nmysql> DELETE FROM t WHERE i IN(1,2);\nQuery OK, 2 rows affected (0.00 sec)\n\nmysql> SELECT ROW_COUNT();\n+-------------+\n| ROW_COUNT() |\n+-------------+\n|           2 |\n+-------------+\n1 row in set (0.00 sec)\n','information-functions');
 
214
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (145,4,'ASIN','Syntax:\nASIN(X)\n\nReturns the arc sine of X, that is, the value whose sine is X. Returns\nNULL if X is not in the range -1 to 1.\n','mysql> SELECT ASIN(0.2);\n        -> 0.20135792079033\nmysql> SELECT ASIN(\'foo\');\n\n+-------------+\n| ASIN(\'foo\') |\n+-------------+\n|           0 |\n+-------------+\n1 row in set, 1 warning (0.00 sec)\n\nmysql> SHOW WARNINGS;\n+---------+------+-----------------------------------------+\n| Level   | Code | Message                                 |\n+---------+------+-----------------------------------------+\n| Warning | 1292 | Truncated incorrect DOUBLE value: \'foo\' |\n+---------+------+-----------------------------------------+\n','mathematical-functions');
 
215
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (146,25,'SHOW LOGS','Syntax:\nSHOW [BDB] LOGS\n\nIn MySQL 5.0, this is a deprecated synonym for SHOW ENGINE BDB LOGS.\nSee [HELP SHOW ENGINE].\n','','show-logs');
 
216
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (147,4,'SIGN','Syntax:\nSIGN(X)\n\nReturns the sign of the argument as -1, 0, or 1, depending on whether X\nis negative, zero, or positive.\n','mysql> SELECT SIGN(-32);\n        -> -1\nmysql> SELECT SIGN(0);\n        -> 0\nmysql> SELECT SIGN(234);\n        -> 1\n','mathematical-functions');
 
217
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (148,28,'SEC_TO_TIME','Syntax:\nSEC_TO_TIME(seconds)\n\nReturns the seconds argument, converted to hours, minutes, and seconds,\nas a value in \'HH:MM:SS\' or HHMMSS format, depending on whether the\nfunction is used in a string or numeric context.\n','mysql> SELECT SEC_TO_TIME(2378);\n        -> \'00:39:38\'\nmysql> SELECT SEC_TO_TIME(2378) + 0;\n        -> 3938\n','date-and-time-functions');
 
218
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (149,20,'FLOAT','FLOAT[(M,D)] [UNSIGNED] [ZEROFILL]\n\nA small (single-precision) floating-point number. Allowable values are\n-3.402823466E+38 to -1.175494351E-38, 0, and 1.175494351E-38 to\n3.402823466E+38. These are the theoretical limits, based on the IEEE\nstandard. The actual range might be slightly smaller depending on your\nhardware or operating system.\n\nM is the total number of digits and D is the number of digits following\nthe decimal point. If M and D are omitted, values are stored to the\nlimits allowed by the hardware. A single-precision floating-point\nnumber is accurate to approximately 7 decimal places.\n\nUNSIGNED, if specified, disallows negative values.\n\nUsing FLOAT might give you some unexpected problems because all\ncalculations in MySQL are done with double precision. See\nhttp://dev.mysql.com/doc/refman/5.0/en/no-matching-rows.html.\n','','numeric-type-overview');
 
219
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (150,33,'LOCATE','Syntax:\nLOCATE(substr,str), LOCATE(substr,str,pos)\n\nThe first syntax returns the position of the first occurrence of\nsubstring substr in string str. The second syntax returns the position\nof the first occurrence of substring substr in string str, starting at\nposition pos. Returns 0 if substr is not in str.\n','mysql> SELECT LOCATE(\'bar\', \'foobarbar\');\n        -> 4\nmysql> SELECT LOCATE(\'xbar\', \'foobar\');\n        -> 0\nmysql> SELECT LOCATE(\'bar\', \'foobarbar\', 5);\n        -> 7\n','string-functions');
 
220
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (151,15,'CHARSET','Syntax:\nCHARSET(str)\n\nReturns the character set of the string argument.\n','mysql> SELECT CHARSET(\'abc\');\n        -> \'latin1\'\nmysql> SELECT CHARSET(CONVERT(\'abc\' USING utf8));\n        -> \'utf8\'\nmysql> SELECT CHARSET(USER());\n        -> \'utf8\'\n','information-functions');
 
221
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (152,28,'SUBDATE','Syntax:\nSUBDATE(date,INTERVAL expr unit), SUBDATE(expr,days)\n\nWhen invoked with the INTERVAL form of the second argument, SUBDATE()\nis a synonym for DATE_SUB(). For information on the INTERVAL unit\nargument, see the discussion for DATE_ADD().\n\nmysql> SELECT DATE_SUB(\'1998-01-02\', INTERVAL 31 DAY);\n        -> \'1997-12-02\'\nmysql> SELECT SUBDATE(\'1998-01-02\', INTERVAL 31 DAY);\n        -> \'1997-12-02\'\n\nThe second form allows the use of an integer value for days. In such\ncases, it is interpreted as the number of days to be subtracted from\nthe date or datetime expression expr.\n\nmysql> SELECT SUBDATE(\'1998-01-02 12:00:00\', 31);\n        -> \'1997-12-02 12:00:00\'\n','','date-and-time-functions');
 
222
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (153,28,'DAYOFYEAR','Syntax:\nDAYOFYEAR(date)\n\nReturns the day of the year for date, in the range 1 to 366.\n','mysql> SELECT DAYOFYEAR(\'1998-02-03\');\n        -> 34\n','date-and-time-functions');
 
223
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (154,20,'LONGTEXT','LONGTEXT [CHARACTER SET charset_name] [COLLATE collation_name]\n\nA TEXT column with a maximum length of 4,294,967,295 or 4GB (232 - 1)\ncharacters. The maximum effective (permitted) length of LONGTEXT\ncolumns depends on the configured maximum packet size in the\nclient/server protocol and available memory.\n','','string-type-overview');
 
224
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (155,4,'%','Syntax:\nN % M\n\nModulo operation. Returns the remainder of N divided by M. For more\ninformation, see the description for the MOD() function in [HELP ABS].\n','','arithmetic-functions');
 
225
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (156,26,'DISJOINT','Disjoint(g1,g2)\n\nReturns 1 or 0 to indicate whether g1 is spatially disjoint from (does\nnot intersect) g2.\n','','functions-that-test-spatial-relationships-between-geometries');
 
226
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (157,25,'KILL','Syntax:\nKILL [CONNECTION | QUERY] thread_id\n\nEach connection to mysqld runs in a separate thread. You can see which\nthreads are running with the SHOW PROCESSLIST statement and kill a\nthread with the KILL thread_id statement.\n\nIn MySQL 5.0.0, KILL allows the optional CONNECTION or QUERY modifier:\n\no KILL CONNECTION is the same as KILL with no modifier: It terminates\n  the connection associated with the given thread_id.\n\no KILL QUERY terminates the statement that the connection is currently\n  executing, but leaves the connection itself intact.\n\nIf you have the PROCESS privilege, you can see all threads. If you have\nthe SUPER privilege, you can kill all threads and statements.\nOtherwise, you can see and kill only your own threads and statements.\n\nYou can also use the mysqladmin processlist and mysqladmin kill\ncommands to examine and kill threads.\n\nNote: You cannot use KILL with the Embedded MySQL Server library,\nbecause the embedded server merely runs inside the threads of the host\napplication. It does not create any connection threads of its own.\n','','kill');
 
227
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (158,3,'ASTEXT','AsText(g)\n\nConverts a value in internal geometry format to its WKT representation\nand returns the string result.\n','mysql> SET @g = \'LineString(1 1,2 2,3 3)\';\nmysql> SELECT AsText(GeomFromText(@g));\n+--------------------------+\n| AsText(GeomFromText(@g)) |\n+--------------------------+\n| LINESTRING(1 1,2 2,3 3)  |\n+--------------------------+\n','functions-to-convert-geometries-between-formats');
 
228
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (159,33,'LPAD','Syntax:\nLPAD(str,len,padstr)\n\nReturns the string str, left-padded with the string padstr to a length\nof len characters. If str is longer than len, the return value is\nshortened to len characters.\n\n','mysql> SELECT LPAD(\'hi\',4,\'??\');\n        -> \'??hi\'\nmysql> SELECT LPAD(\'hi\',1,\'??\');\n        -> \'h\'\n','string-functions');
 
229
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (160,19,'RESTORE TABLE','Syntax:\nRESTORE TABLE tbl_name [, tbl_name] ... FROM \'/path/to/backup/directory\'\n\nRESTORE TABLE restores the table or tables from a backup that was made\nwith BACKUP TABLE. The directory should be specified as a full\npathname.\n\nExisting tables are not overwritten; if you try to restore over an\nexisting table, an error occurs. Just as for BACKUP TABLE, RESTORE\nTABLE currently works only for MyISAM tables. Restored tables are not\nreplicated from master to slave.\n\nThe backup for each table consists of its .frm format file and .MYD\ndata file. The restore operation restores those files, and then uses\nthem to rebuild the .MYI index file. Restoring takes longer than\nbacking up due to the need to rebuild the indexes. The more indexes the\ntable has, the longer it takes.\n','','restore-table');
 
230
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (161,35,'DECLARE CONDITION','Syntax:\nDECLARE condition_name CONDITION FOR condition_value\n\ncondition_value:\n    SQLSTATE [VALUE] sqlstate_value\n  | mysql_error_code\n\nThis statement specifies conditions that need specific handling. It\nassociates a name with a specified error condition. The name can\nsubsequently be used in a DECLARE HANDLER statement. See [HELP DECLARE\nHANDLER].\n\nA condition_value can be an SQLSTATE value or a MySQL error code.\n','','declare-conditions');
 
231
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (162,26,'OVERLAPS','Overlaps(g1,g2)\n\nReturns 1 or 0 to indicate whether g1 spatially overlaps g2. The term\nspatially overlaps is used if two geometries intersect and their\nintersection results in a geometry of the same dimension but not equal\nto either of the given geometries.\n','','functions-that-test-spatial-relationships-between-geometries');
 
232
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (163,23,'NUMGEOMETRIES','NumGeometries(gc)\n\nReturns the number of geometries in the GeometryCollection value gc.\n','mysql> SET @gc = \'GeometryCollection(Point(1 1),LineString(2 2, 3 3))\';\nmysql> SELECT NumGeometries(GeomFromText(@gc));\n+----------------------------------+\n| NumGeometries(GeomFromText(@gc)) |\n+----------------------------------+\n|                                2 |\n+----------------------------------+\n','geometrycollection-property-functions');
 
233
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (164,25,'SET GLOBAL SQL_SLAVE_SKIP_COUNTER','Syntax:\nSET GLOBAL SQL_SLAVE_SKIP_COUNTER = N\n\nThis statement skips the next N events from the master. This is useful\nfor recovering from replication stops caused by a statement.\n\nThis statement is valid only when the slave thread is not running.\nOtherwise, it produces an error.\n','','set-global-sql-slave-skip-counter');
 
234
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (165,28,'MONTHNAME','Syntax:\nMONTHNAME(date)\n\nReturns the full name of the month for date. As of MySQL 5.0.25, the\nlanguage used for the name is controlled by the value of the\nlc_time_names system variable\n(http://dev.mysql.com/doc/refman/5.0/en/locale-support.html).\n','mysql> SELECT MONTHNAME(\'1998-02-05\');\n        -> \'February\'\n','date-and-time-functions');
 
235
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (166,34,'PROCEDURE ANALYSE','Syntax:\nanalyse([max_elements[,max_memory]])\n\nThis procedure is defined in the sql/sql_analyse.cc file. It examines\nthe result from a query and returns an analysis of the results that\nsuggests optimal data types for each column. To obtain this analysis,\nappend PROCEDURE ANALYSE to the end of a SELECT statement:\n\nSELECT ... FROM ... WHERE ... PROCEDURE ANALYSE([max_elements,[max_memory]])\n\nFor example:\n\nSELECT col1, col2 FROM table1 PROCEDURE ANALYSE(10, 2000);\n\nThe results show some statistics for the values returned by the query,\nand propose an optimal data type for the columns. This can be helpful\nfor checking your existing tables, or after importing new data. You may\nneed to try different settings for the arguments so that PROCEDURE\nANALYSE() does not suggest the ENUM data type when it is not\nappropriate.\n\nThe arguments are optional and are used as follows:\n\no max_elements (default 256) is the maximum number of distinct values\n  that analyse notices per column. This is used by analyse to check\n  whether the optimal data type should be of type ENUM.\n\no max_memory (default 8192) is the maximum amount of memory that\n  analyse should allocate per column while trying to find all distinct\n  values.\n','','procedure-analyse');
 
236
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (167,5,'MBREQUAL','MBREqual(g1,g2)\n\nReturns 1 or 0 to indicate whether the Minimum Bounding Rectangles of\nthe two geometries g1 and g2 are the same.\n','','relations-on-geometry-mbr');
 
237
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (168,25,'CHANGE MASTER TO','Syntax:\nCHANGE MASTER TO master_def [, master_def] ...\n\nmaster_def:\n    MASTER_HOST = \'host_name\'\n  | MASTER_USER = \'user_name\'\n  | MASTER_PASSWORD = \'password\'\n  | MASTER_PORT = port_num\n  | MASTER_CONNECT_RETRY = count\n  | MASTER_LOG_FILE = \'master_log_name\'\n  | MASTER_LOG_POS = master_log_pos\n  | RELAY_LOG_FILE = \'relay_log_name\'\n  | RELAY_LOG_POS = relay_log_pos\n  | MASTER_SSL = {0|1}\n  | MASTER_SSL_CA = \'ca_file_name\'\n  | MASTER_SSL_CAPATH = \'ca_directory_name\'\n  | MASTER_SSL_CERT = \'cert_file_name\'\n  | MASTER_SSL_KEY = \'key_file_name\'\n  | MASTER_SSL_CIPHER = \'cipher_list\'\n\nCHANGE MASTER TO changes the parameters that the slave server uses for\nconnecting to and communicating with the master server. It also updates\nthe contents of the master.info and relay-log.info files.\n\nMASTER_USER, MASTER_PASSWORD, MASTER_SSL, MASTER_SSL_CA,\nMASTER_SSL_CAPATH, MASTER_SSL_CERT, MASTER_SSL_KEY, and\nMASTER_SSL_CIPHER provide information to the slave about how to connect\nto its master.\n\nThe SSL options (MASTER_SSL, MASTER_SSL_CA, MASTER_SSL_CAPATH,\nMASTER_SSL_CERT, MASTER_SSL_KEY, and MASTER_SSL_CIPHER) can be changed\neven on slaves that are compiled without SSL support. They are saved to\nthe master.info file, but are ignored unless you use a server that has\nSSL support enabled.\n\nIf you don\'t specify a given parameter, it keeps its old value, except\nas indicated in the following discussion. For example, if the password\nto connect to your MySQL master has changed, you just need to issue\nthese statements to tell the slave about the new password:\n\nSTOP SLAVE; -- if replication was running\nCHANGE MASTER TO MASTER_PASSWORD=\'new3cret\';\nSTART SLAVE; -- if you want to restart replication\n\nThere is no need to specify the parameters that do not change (host,\nport, user, and so forth).\n\nMASTER_HOST and MASTER_PORT are the hostname (or IP address) of the\nmaster host and its TCP/IP port. Note that if MASTER_HOST is equal to\nlocalhost, then, like in other parts of MySQL, the port number might be\nignored (if Unix socket files can be used, for example).\n\nIf you specify MASTER_HOST or MASTER_PORT, the slave assumes that the\nmaster server is different from before (even if you specify a host or\nport value that is the same as the current value.) In this case, the\nold values for the master binary log name and position are considered\nno longer applicable, so if you do not specify MASTER_LOG_FILE and\nMASTER_LOG_POS in the statement, MASTER_LOG_FILE=\'\' and\nMASTER_LOG_POS=4 are silently appended to it.\n\nMASTER_LOG_FILE and MASTER_LOG_POS are the coordinates at which the\nslave I/O thread should begin reading from the master the next time the\nthread starts. If you specify either of them, you cannot specify\nRELAY_LOG_FILE or RELAY_LOG_POS. If neither of MASTER_LOG_FILE or\nMASTER_LOG_POS are specified, the slave uses the last coordinates of\nthe slave SQL thread before CHANGE MASTER was issued. This ensures that\nthere is no discontinuity in replication, even if the slave SQL thread\nwas late compared to the slave I/O thread, when you merely want to\nchange, say, the password to use.\n\nCHANGE MASTER deletes all relay log files and starts a new one, unless\nyou specify RELAY_LOG_FILE or RELAY_LOG_POS. In that case, relay logs\nare kept; the relay_log_purge global variable is set silently to 0.\n\nCHANGE MASTER is useful for setting up a slave when you have the\nsnapshot of the master and have recorded the log and the offset\ncorresponding to it. After loading the snapshot into the slave, you can\nrun CHANGE MASTER TO MASTER_LOG_FILE=\'log_name_on_master\',\nMASTER_LOG_POS=log_offset_on_master on the slave.\n\nThe following example changes the master and master\'s binary log\ncoordinates. This is used when you want to set up the slave to\nreplicate the master:\n\nCHANGE MASTER TO\n  MASTER_HOST=\'master2.mycompany.com\',\n  MASTER_USER=\'replication\',\n  MASTER_PASSWORD=\'bigs3cret\',\n  MASTER_PORT=3306,\n  MASTER_LOG_FILE=\'master2-bin.001\',\n  MASTER_LOG_POS=4,\n  MASTER_CONNECT_RETRY=10;\n\nThe next example shows an operation that is less frequently employed.\nIt is used when the slave has relay logs that you want it to execute\nagain for some reason. To do this, the master need not be reachable.\nYou need only use CHANGE MASTER TO and start the SQL thread (START\nSLAVE SQL_THREAD):\n\nCHANGE MASTER TO\n  RELAY_LOG_FILE=\'slave-relay-bin.006\',\n  RELAY_LOG_POS=4025;\n','','change-master-to');
 
238
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (169,36,'DROP DATABASE','Syntax:\nDROP {DATABASE | SCHEMA} [IF EXISTS] db_name\n\nDROP DATABASE drops all tables in the database and deletes the\ndatabase. Be very careful with this statement! To use DROP DATABASE,\nyou need the DROP privilege on the database. DROP SCHEMA is a synonym\nfor DROP DATABASE as of MySQL 5.0.2.\n\nImportant: When a database is dropped, user privileges on the database\nare not automatically dropped. See [HELP GRANT].\n\nIF EXISTS is used to prevent an error from occurring if the database\ndoes not exist.\n','','drop-database');
 
239
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (170,28,'TIMESTAMP FUNCTION','Syntax:\nTIMESTAMP(expr), TIMESTAMP(expr1,expr2)\n\nWith a single argument, this function returns the date or datetime\nexpression expr as a datetime value. With two arguments, it adds the\ntime expression expr2 to the date or datetime expression expr1 and\nreturns the result as a datetime value.\n','mysql> SELECT TIMESTAMP(\'2003-12-31\');\n        -> \'2003-12-31 00:00:00\'\nmysql> SELECT TIMESTAMP(\'2003-12-31 12:00:00\',\'12:00:00\');\n        -> \'2004-01-01 00:00:00\'\n','date-and-time-functions');
 
240
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (171,33,'CHARACTER_LENGTH','Syntax:\nCHARACTER_LENGTH(str)\n\nCHARACTER_LENGTH() is a synonym for CHAR_LENGTH().\n','','string-functions');
 
241
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (172,25,'SHOW GRANTS','Syntax:\nSHOW GRANTS [FOR user]\n\nThis statement lists the GRANT statement or statements that must be\nissued to duplicate the privileges that are granted to a MySQL user\naccount. The account is named using the same format as for the GRANT\nstatement; for example, \'jeffrey\'@\'localhost\'. If you specify only the\nusername part of the account name, a hostname part of \'%\' is used. For\nadditional information about specifying account names, see [HELP\nGRANT].\n\nmysql> SHOW GRANTS FOR \'root\'@\'localhost\';\n+---------------------------------------------------------------------+\n| Grants for root@localhost                                           |\n+---------------------------------------------------------------------+\n| GRANT ALL PRIVILEGES ON *.* TO \'root\'@\'localhost\' WITH GRANT OPTION |\n+---------------------------------------------------------------------+\n\nTo list the privileges granted to the account that you are using to\nconnect to the server, you can use any of the following statements:\n\nSHOW GRANTS;\nSHOW GRANTS FOR CURRENT_USER;\nSHOW GRANTS FOR CURRENT_USER();\n\nAs of MySQL 5.0.24, if SHOW GRANTS FOR CURRENT_USER (or any of the\nequivalent syntaxes) is used in DEFINER context, such as within a\nstored procedure that is defined with SQL SECURITY DEFINER), the grants\ndisplayed are those of the definer and not the invoker.\n','','show-grants');
 
242
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (173,25,'SHOW PRIVILEGES','Syntax:\nSHOW PRIVILEGES\n\nSHOW PRIVILEGES shows the list of system privileges that the MySQL\nserver supports. The exact list of privileges depends on the version of\nyour server.\n','','show-privileges');
 
243
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (174,33,'INSERT FUNCTION','Syntax:\nINSERT(str,pos,len,newstr)\n\nReturns the string str, with the substring beginning at position pos\nand len characters long replaced by the string newstr. Returns the\noriginal string if pos is not within the length of the string. Replaces\nthe rest of the string from position pos is len is not within the\nlength of the rest of the string. Returns NULL if any argument is NULL.\n','mysql> SELECT INSERT(\'Quadratic\', 3, 4, \'What\');\n        -> \'QuWhattic\'\nmysql> SELECT INSERT(\'Quadratic\', -1, 4, \'What\');\n        -> \'Quadratic\'\nmysql> SELECT INSERT(\'Quadratic\', 3, 100, \'What\');\n        -> \'QuWhat\'\n','string-functions');
 
244
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (175,4,'CRC32','Syntax:\nCRC32(expr)\n\nComputes a cyclic redundancy check value and returns a 32-bit unsigned\nvalue. The result is NULL if the argument is NULL. The argument is\nexpected to be a string and (if possible) is treated as one if it is\nnot.\n','mysql> SELECT CRC32(\'MySQL\');\n        -> 3259397556\nmysql> SELECT CRC32(\'mysql\');\n        -> 2501908538\n','mathematical-functions');
 
245
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (176,12,'XOR','Syntax:\nXOR\n\nLogical XOR. Returns NULL if either operand is NULL. For non-NULL\noperands, evaluates to 1 if an odd number of operands is non-zero,\notherwise 0 is returned.\n','mysql> SELECT 1 XOR 1;\n        -> 0\nmysql> SELECT 1 XOR 0;\n        -> 1\nmysql> SELECT 1 XOR NULL;\n        -> NULL\nmysql> SELECT 1 XOR 1 XOR 1;\n        -> 1\n','logical-operators');
 
246
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (177,11,'STARTPOINT','StartPoint(ls)\n\nReturns the Point that is the start point of the LineString value ls.\n','mysql> SET @ls = \'LineString(1 1,2 2,3 3)\';\nmysql> SELECT AsText(StartPoint(GeomFromText(@ls)));\n+---------------------------------------+\n| AsText(StartPoint(GeomFromText(@ls))) |\n+---------------------------------------+\n| POINT(1 1)                            |\n+---------------------------------------+\n','linestring-property-functions');
 
247
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (178,35,'DECLARE VARIABLE','Syntax:\nDECLARE var_name[,...] type [DEFAULT value]\n\nThis statement is used to declare local variables. To provide a default\nvalue for the variable, include a DEFAULT clause. The value can be\nspecified as an expression; it need not be a constant. If the DEFAULT\nclause is missing, the initial value is NULL.\n\nLocal variables are treated like routine parameters with respect to\ndata type and overflow checking. See [HELP CREATE PROCEDURE].\n\nThe scope of a local variable is within the BEGIN ... END block where\nit is declared. The variable can be referred to in blocks nested within\nthe declaring block, except those blocks that declare a variable with\nthe same name.\n','','declare-local-variables');
 
248
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (179,3,'MPOLYFROMTEXT','MPolyFromText(wkt[,srid]), MultiPolygonFromText(wkt[,srid])\n\nConstructs a MULTIPOLYGON value using its WKT representation and SRID.\n','','gis-wkt-functions');
 
249
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (180,8,'GRANT','Syntax:\nGRANT priv_type [(column_list)] [, priv_type [(column_list)]] ...\n    ON [object_type] {tbl_name | * | *.* | db_name.*}\n    TO user [IDENTIFIED BY [PASSWORD] \'password\']\n        [, user [IDENTIFIED BY [PASSWORD] \'password\']] ...\n    [REQUIRE\n        NONE |\n        [{SSL| X509}]\n        [CIPHER \'cipher\' [AND]]\n        [ISSUER \'issuer\' [AND]]\n        [SUBJECT \'subject\']]\n    [WITH with_option [with_option] ...]\n\nobject_type =\n    TABLE\n  | FUNCTION\n  | PROCEDURE\n\nwith_option =\n    GRANT OPTION\n  | MAX_QUERIES_PER_HOUR count\n  | MAX_UPDATES_PER_HOUR count\n  | MAX_CONNECTIONS_PER_HOUR count\n  | MAX_USER_CONNECTIONS count\n\nThe GRANT statement enables system administrators to create MySQL user\naccounts and to grant rights to from accounts. To use GRANT, you must\nhave the GRANT OPTION privilege, and you must have the privileges that\nyou are granting. The REVOKE statement is related and enables\nadministrators to remove account privileges. See [HELP REVOKE].\n\nMySQL account information is stored in the tables of the mysql\ndatabase. This database and the access control system are discussed\nextensively in [HELP FLUSH QUERY CACHE], which you should consult for\nadditional details.\n\nImportant: Some releases of MySQL introduce changes to the structure of\nthe grant tables to add new privileges or features. Whenever you update\nto a new version of MySQL, you should update your grant tables to make\nsure that they have the current structure so that you can take\nadvantage of any new capabilities. See\nhttp://dev.mysql.com/doc/refman/5.0/en/mysql-upgrade.html.\n\nIf the grant tables hold privilege rows that contain mixed-case\ndatabase or table names and the lower_case_table_names system variable\nis set to a non-zero value, REVOKE cannot be used to revoke these\nprivileges. It will be necessary to manipulate the grant tables\ndirectly. (GRANT will not create such rows when lower_case_table_names\nis set, but such rows might have been created prior to setting the\nvariable.)\n\nPrivileges can be granted at several levels:\n\no Global level\n\n  Global privileges apply to all databases on a given server. These\n  privileges are stored in the mysql.user table. GRANT ALL ON *.* and\n  REVOKE ALL ON *.* grant and revoke only global privileges.\n\no Database level\n\n  Database privileges apply to all objects in a given database. These\n  privileges are stored in the mysql.db and mysql.host tables. GRANT\n  ALL ON db_name.* and REVOKE ALL ON db_name.* grant and revoke only\n  database privileges.\n\no Table level\n\n  Table privileges apply to all columns in a given table. These\n  privileges are stored in the mysql.tables_priv table. GRANT ALL ON\n  db_name.tbl_name and REVOKE ALL ON db_name.tbl_name grant and revoke\n  only table privileges.\n\no Column level\n\n  Column privileges apply to single columns in a given table. These\n  privileges are stored in the mysql.columns_priv table. When using\n  REVOKE, you must specify the same columns that were granted.\n\no Routine level\n\n  The CREATE ROUTINE, ALTER ROUTINE, EXECUTE, and GRANT privileges\n  apply to stored routines (functions and procedures). They can be\n  granted at the global and database levels. Also, except for CREATE\n  ROUTINE, these privileges can be granted at the routine level for\n  individual routines and are stored in the mysql.procs_priv table.\n\nThe object_type clause was added in MySQL 5.0.6. It should be specified\nas TABLE, FUNCTION, or PROCEDURE when the following object is a table,\na stored function, or a stored procedure.\n','','grant');
 
250
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (181,5,'MBRINTERSECTS','MBRIntersects(g1,g2)\n\nReturns 1 or 0 to indicate whether the Minimum Bounding Rectangles of\nthe two geometries g1 and g2 intersect.\n','','relations-on-geometry-mbr');
 
251
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (182,14,'BIT_OR','Syntax:\nBIT_OR(expr)\n\nReturns the bitwise OR of all bits in expr. The calculation is\nperformed with 64-bit (BIGINT) precision.\n','','group-by-functions');
 
252
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (183,28,'YEARWEEK','Syntax:\nYEARWEEK(date), YEARWEEK(date,mode)\n\nReturns year and week for a date. The mode argument works exactly like\nthe mode argument to WEEK(). The year in the result may be different\nfrom the year in the date argument for the first and the last week of\nthe year.\n','mysql> SELECT YEARWEEK(\'1987-01-01\');\n        -> 198653\n','date-and-time-functions');
 
253
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (184,17,'NOT BETWEEN','Syntax:\nexpr NOT BETWEEN min AND max\n\nThis is the same as NOT (expr BETWEEN min AND max).\n','','comparison-operators');
 
254
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (185,4,'LOG10','Syntax:\nLOG10(X)\n\nReturns the base-10 logarithm of X.\n','mysql> SELECT LOG10(2);\n        -> 0.30102999566398\nmysql> SELECT LOG10(100);\n        -> 2\nmysql> SELECT LOG10(-100);\n        -> NULL\n','mathematical-functions');
 
255
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (186,4,'SQRT','Syntax:\nSQRT(X)\n\nReturns the square root of a non-negative number X.\n','mysql> SELECT SQRT(4);\n        -> 2\nmysql> SELECT SQRT(20);\n        -> 4.4721359549996\nmysql> SELECT SQRT(-16);\n        -> NULL        \n','mathematical-functions');
 
256
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (187,20,'DECIMAL','DECIMAL[(M[,D])] [UNSIGNED] [ZEROFILL]\n\nFor MySQL 5.0.3 and above:\n\nA packed "exact" fixed-point number. M is the total number of digits\n(the precision) and D is the number of digits after the decimal point\n(the scale). The decimal point and (for negative numbers) the `-\' sign\nare not counted in M. If D is 0, values have no decimal point or\nfractional part. The maximum number of digits (M) for DECIMAL is 65 (64\nfrom 5.0.3 to 5.0.5). The maximum number of supported decimals (D) is\n30. If D is omitted, the default is 0. If M is omitted, the default is\n10.\n\nUNSIGNED, if specified, disallows negative values.\n\nAll basic calculations (+, -, *, /) with DECIMAL columns are done with\na precision of 65 digits.\n\nBefore MySQL 5.0.3:\n\nAn unpacked fixed-point number. Behaves like a CHAR column; "unpacked"\nmeans the number is stored as a string, using one character for each\ndigit of the value. M is the total number of digits and D is the number\nof digits after the decimal point. The decimal point and (for negative\nnumbers) the `-\' sign are not counted in M, although space for them is\nreserved. If D is 0, values have no decimal point or fractional part.\nThe maximum range of DECIMAL values is the same as for DOUBLE, but the\nactual range for a given DECIMAL column may be constrained by the\nchoice of M and D. If D is omitted, the default is 0. If M is omitted,\nthe default is 10.\n\nUNSIGNED, if specified, disallows negative values.\n','','numeric-type-overview');
 
257
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (188,34,'CREATE FUNCTION','Syntax:\nCREATE [AGGREGATE] FUNCTION function_name RETURNS {STRING|INTEGER|REAL|DECIMAL}\n    SONAME shared_library_name\n\nA user-defined function (UDF) is a way to extend MySQL with a new\nfunction that works like a native (built-in) MySQL function such as\nABS() or CONCAT().\n\nfunction_name is the name that should be used in SQL statements to\ninvoke the function. The RETURNS clause indicates the type of the\nfunction\'s return value. As of MySQL 5.0.3, DECIMAL is a legal value\nafter RETURNS, but currently DECIMAL functions return string values and\nshould be written like STRING functions.\n\nshared_library_name is the basename of the shared object file that\ncontains the code that implements the function. The file must be\nlocated in a directory that is searched by your system\'s dynamic\nlinker.\n\nTo create a function, you must have the INSERT and privilege for the\nmysql database. This is necessary because CREATE FUNCTION adds a row to\nthe mysql.func system table that records the function\'s name, type, and\nshared library name. If you do not have this table, you should run the\nmysql_upgrade command to create it. See\nhttp://dev.mysql.com/doc/refman/5.0/en/mysql-upgrade.html.\n','','create-function');
 
258
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (189,23,'GEOMETRYN','GeometryN(gc,N)\n\nReturns the N-th geometry in the GeometryCollection value gc.\nGeometries are numbered beginning with 1.\n','mysql> SET @gc = \'GeometryCollection(Point(1 1),LineString(2 2, 3 3))\';\nmysql> SELECT AsText(GeometryN(GeomFromText(@gc),1));\n+----------------------------------------+\n| AsText(GeometryN(GeomFromText(@gc),1)) |\n+----------------------------------------+\n| POINT(1 1)                             |\n+----------------------------------------+\n','geometrycollection-property-functions');
 
259
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (190,36,'CREATE INDEX','Syntax:\nCREATE [UNIQUE|FULLTEXT|SPATIAL] INDEX index_name\n    [index_type]\n    ON tbl_name (index_col_name,...)\n\nindex_col_name:\n    col_name [(length)] [ASC | DESC]\n\nindex_type:\n    USING {BTREE | HASH}\n\nCREATE INDEX is mapped to an ALTER TABLE statement to create indexes.\nSee [HELP ALTER TABLE]. For more information about indexes, see\nhttp://dev.mysql.com/doc/refman/5.0/en/mysql-indexes.html.\n','','create-index');
 
260
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (191,36,'ALTER DATABASE','Syntax:\nALTER {DATABASE | SCHEMA} [db_name]\n    alter_specification [alter_specification] ...\n\nalter_specification:\n    [DEFAULT] CHARACTER SET charset_name\n  | [DEFAULT] COLLATE collation_name\n\nALTER DATABASE enables you to change the overall characteristics of a\ndatabase. These characteristics are stored in the db.opt file in the\ndatabase directory. To use ALTER DATABASE, you need the ALTER privilege\non the database. ALTER SCHEMA is a synonym for ALTER DATABASE as of\nMySQL 5.0.2.\n\nThe CHARACTER SET clause changes the default database character set.\nThe COLLATE clause changes the default database collation.\nhttp://dev.mysql.com/doc/refman/5.0/en/charset.html, discusses\ncharacter set and collation names.\n\nThe database name can be omitted, in which case the statement applies\nto the default database.\n','','alter-database');
 
261
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (192,18,'<<','Syntax:\n<<\n\nShifts a longlong (BIGINT) number to the left.\n','mysql> SELECT 1 << 2;\n        -> 4\n','bit-functions');
 
262
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (193,25,'SHOW TABLE STATUS','Syntax:\nSHOW TABLE STATUS [FROM db_name] [LIKE \'pattern\']\n\nSHOW TABLE STATUS works likes SHOW TABLE, but provides a lot of\ninformation about each table. You can also get this list using the\nmysqlshow --status db_name command.\n','','show-table-status');
 
263
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (194,10,'MD5','Syntax:\nMD5(str)\n\nCalculates an MD5 128-bit checksum for the string. The value is\nreturned as a binary string of 32 hex digits, or NULL if the argument\nwas NULL. The return value can, for example, be used as a hash key.\n','mysql> SELECT MD5(\'testing\');\n        -> \'ae2b1fca515949e5d54fb22b8ed95575\'\n','encryption-functions');
 
264
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (195,17,'<','Syntax:\n<\n\nLess than:\n','mysql> SELECT 2 < 2;\n        -> 0\n','comparison-operators');
 
265
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (196,28,'UNIX_TIMESTAMP','Syntax:\nUNIX_TIMESTAMP(), UNIX_TIMESTAMP(date)\n\nIf called with no argument, returns a Unix timestamp (seconds since\n\'1970-01-01 00:00:00\' UTC) as an unsigned integer. If UNIX_TIMESTAMP()\nis called with a date argument, it returns the value of the argument as\nseconds since \'1970-01-01 00:00:00\' UTC. date may be a DATE string, a\nDATETIME string, a TIMESTAMP, or a number in the format YYMMDD or\nYYYYMMDD. The server interprets date as a value in the current time\nzone and converts it to an internal value in UTC. Clients can set their\ntime zone as described in\nhttp://dev.mysql.com/doc/refman/5.0/en/time-zone-support.html.\n','mysql> SELECT UNIX_TIMESTAMP();\n        -> 882226357\nmysql> SELECT UNIX_TIMESTAMP(\'1997-10-04 22:23:00\');\n        -> 875996580\n','date-and-time-functions');
 
266
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (197,28,'DAYOFMONTH','Syntax:\nDAYOFMONTH(date)\n\nReturns the day of the month for date, in the range 0 to 31.\n','mysql> SELECT DAYOFMONTH(\'1998-02-03\');\n        -> 3\n','date-and-time-functions');
 
267
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (198,33,'ASCII','Syntax:\nASCII(str)\n\nReturns the numeric value of the leftmost character of the string str.\nReturns 0 if str is the empty string. Returns NULL if str is NULL.\nASCII() works for characters with numeric values from 0 to 255.\n','mysql> SELECT ASCII(\'2\');\n        -> 50\nmysql> SELECT ASCII(2);\n        -> 50\nmysql> SELECT ASCII(\'dx\');\n        -> 100\n','string-functions');
 
268
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (199,4,'DIV','Syntax:\nDIV\n\nInteger division. Similar to FLOOR(), but is safe with BIGINT values.\n','mysql> SELECT 5 DIV 2;\n        -> 2\n','arithmetic-functions');
 
269
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (200,8,'RENAME USER','Syntax:\nRENAME USER old_user TO new_user\n    [, old_user TO new_user] ...\n\nThe RENAME USER statement renames existing MySQL accounts. To use it,\nyou must have the global CREATE USER privilege or the UPDATE privilege\nfor the mysql database. An error occurs if any old account does not\nexist or any new account exists. Each account is named using the same\nformat as for the GRANT statement; for example, \'jeffrey\'@\'localhost\'.\nIf you specify only the username part of the account name, a hostname\npart of \'%\' is used. For additional information about specifying\naccount names, see [HELP GRANT].\n','','rename-user');
 
270
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (201,25,'SHOW SLAVE STATUS','Syntax:\nSHOW SLAVE STATUS\n\nThis statement provides status information on essential parameters of\nthe slave threads. If you issue this statement using the mysql client,\nyou can use a \\G statement terminator rather than a semicolon to obtain\na more readable vertical layout:\n\nmysql> SHOW SLAVE STATUS\\G\n*************************** 1. row ***************************\n       Slave_IO_State: Waiting for master to send event\n          Master_Host: localhost\n          Master_User: root\n          Master_Port: 3306\n        Connect_Retry: 3\n      Master_Log_File: gbichot-bin.005\n  Read_Master_Log_Pos: 79\n       Relay_Log_File: gbichot-relay-bin.005\n        Relay_Log_Pos: 548\nRelay_Master_Log_File: gbichot-bin.005\n     Slave_IO_Running: Yes\n    Slave_SQL_Running: Yes\n      Replicate_Do_DB:\n  Replicate_Ignore_DB:\n           Last_Errno: 0\n           Last_Error:\n         Skip_Counter: 0\n  Exec_Master_Log_Pos: 79\n      Relay_Log_Space: 552\n      Until_Condition: None\n       Until_Log_File:\n        Until_Log_Pos: 0\n   Master_SSL_Allowed: No\n   Master_SSL_CA_File:\n   Master_SSL_CA_Path:\n      Master_SSL_Cert:\n    Master_SSL_Cipher:\n       Master_SSL_Key:\nSeconds_Behind_Master: 8\n','','show-slave-status');
 
271
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (202,30,'GEOMETRY','MySQL provides a standard way of creating spatial columns for geometry\ntypes, for example, with CREATE TABLE or ALTER TABLE. Currently,\nspatial columns are supported for MyISAM, InnoDB, NDB, BDB, and ARCHIVE\ntables. (Support for storage engines other than MyISAM was added in\nMySQL 5.0.16.) See also the annotations about spatial indexes under\n[HELP SPATIAL].\n','CREATE TABLE geom (g GEOMETRY);\n','creating-spatial-columns');
 
272
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (203,11,'NUMPOINTS','NumPoints(ls)\n\nReturns the number of Point objects in the LineString value ls.\n','mysql> SET @ls = \'LineString(1 1,2 2,3 3)\';\nmysql> SELECT NumPoints(GeomFromText(@ls));\n+------------------------------+\n| NumPoints(GeomFromText(@ls)) |\n+------------------------------+\n|                            3 |\n+------------------------------+\n','linestring-property-functions');
 
273
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (204,18,'&','Syntax:\n&\n\nBitwise AND:\n','mysql> SELECT 29 & 15;\n        -> 13\n','bit-functions');
 
274
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (205,28,'LOCALTIMESTAMP','Syntax:\nLOCALTIMESTAMP, LOCALTIMESTAMP()\n\nLOCALTIMESTAMP and LOCALTIMESTAMP() are synonyms for NOW().\n','','date-and-time-functions');
 
275
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (206,28,'ADDDATE','Syntax:\nADDDATE(date,INTERVAL expr unit), ADDDATE(expr,days)\n\nWhen invoked with the INTERVAL form of the second argument, ADDDATE()\nis a synonym for DATE_ADD(). The related function SUBDATE() is a\nsynonym for DATE_SUB(). For information on the INTERVAL unit argument,\nsee the discussion for DATE_ADD().\n\nmysql> SELECT DATE_ADD(\'1998-01-02\', INTERVAL 31 DAY);\n        -> \'1998-02-02\'\nmysql> SELECT ADDDATE(\'1998-01-02\', INTERVAL 31 DAY);\n        -> \'1998-02-02\'\n\nWhen invoked with the days form of the second argument, MySQL treats it\nas an integer number of days to be added to expr.\n','mysql> SELECT ADDDATE(\'1998-01-02\', 31);\n        -> \'1998-02-02\'\n','date-and-time-functions');
 
276
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (207,35,'REPEAT LOOP','Syntax:\n[begin_label:] REPEAT\n    statement_list\nUNTIL search_condition\nEND REPEAT [end_label]\n\nThe statement list within a REPEAT statement is repeated until the\nsearch_condition is true. Thus, a REPEAT always enters the loop at\nleast once. statement_list consists of one or more statements.\n\nA REPEAT statement can be labeled. end_label cannot be given unless\nbegin_label also is present. If both are present, they must be the\nsame.\n','mysql> delimiter //\n\nmysql> CREATE PROCEDURE dorepeat(p1 INT)\n    -> BEGIN\n    ->   SET @x = 0;\n    ->   REPEAT SET @x = @x + 1; UNTIL @x > p1 END REPEAT;\n    -> END\n    -> //\nQuery OK, 0 rows affected (0.00 sec)\n\nmysql> CALL dorepeat(1000)//\nQuery OK, 0 rows affected (0.00 sec)\n\nmysql> SELECT @x//\n+------+\n| @x   |\n+------+\n| 1001 |\n+------+\n1 row in set (0.00 sec)\n','repeat-statement');
 
277
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (208,20,'SMALLINT','SMALLINT[(M)] [UNSIGNED] [ZEROFILL]\n\nA small integer. The signed range is -32768 to 32767. The unsigned\nrange is 0 to 65535.\n','','numeric-type-overview');
 
278
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (209,20,'DOUBLE PRECISION','DOUBLE PRECISION[(M,D)] [UNSIGNED] [ZEROFILL], REAL[(M,D)] [UNSIGNED]\n[ZEROFILL]\n\nThese types are synonyms for DOUBLE. Exception: If the REAL_AS_FLOAT\nSQL mode is enabled, REAL is a synonym for FLOAT rather than DOUBLE.\n','','numeric-type-overview');
 
279
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (210,33,'ORD','Syntax:\nORD(str)\n\nIf the leftmost character of the string str is a multi-byte character,\nreturns the code for that character, calculated from the numeric values\nof its constituent bytes using this formula:\n\n  (1st byte code)\n+ (2nd byte code x 256)\n+ (3rd byte code x 2562) ...\n\nIf the leftmost character is not a multi-byte character, ORD() returns\nthe same value as the ASCII() function.\n','mysql> SELECT ORD(\'2\');\n        -> 50\n','string-functions');
 
280
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (211,32,'ENVELOPE','Envelope(g)\n\nReturns the Minimum Bounding Rectangle (MBR) for the geometry value g.\nThe result is returned as a Polygon value.\n\nThe polygon is defined by the corner points of the bounding box:\n\nPOLYGON((MINX MINY, MAXX MINY, MAXX MAXY, MINX MAXY, MINX MINY))\n','mysql> SELECT AsText(Envelope(GeomFromText(\'LineString(1 1,2 2)\')));\n+-------------------------------------------------------+\n| AsText(Envelope(GeomFromText(\'LineString(1 1,2 2)\'))) |\n+-------------------------------------------------------+\n| POLYGON((1 1,2 1,2 2,1 2,1 1))                        |\n+-------------------------------------------------------+\n','general-geometry-property-functions');
 
281
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (212,25,'DEALLOCATE PREPARE','Syntax:\n{DEALLOCATE | DROP} PREPARE stmt_name\n\nTo deallocate a prepared statement, use the DEALLOCATE PREPARE\nstatement. Attempting to execute a prepared statement after\ndeallocating it results in an error.\n\nIf you terminate a client session without deallocating a previously\nprepared statement, the server deallocates it automatically.\n','','sqlps');
 
282
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (213,13,'IS_FREE_LOCK','Syntax:\nIS_FREE_LOCK(str)\n\nChecks whether the lock named str is free to use (that is, not locked).\nReturns 1 if the lock is free (no one is using the lock), 0 if the lock\nis in use, and NULL if an error occurs (such as an incorrect argument).\n','','miscellaneous-functions');
 
283
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (214,26,'TOUCHES','Touches(g1,g2)\n\nReturns 1 or 0 to indicate whether g1 spatially touches g2. Two\ngeometries spatially touch if the interiors of the geometries do not\nintersect, but the boundary of one of the geometries intersects either\nthe boundary or the interior of the other.\n','','functions-that-test-spatial-relationships-between-geometries');
 
284
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (215,13,'INET_ATON','Syntax:\nINET_ATON(expr)\n\nGiven the dotted-quad representation of a network address as a string,\nreturns an integer that represents the numeric value of the address.\nAddresses may be 4- or 8-byte addresses.\n','mysql> SELECT INET_ATON(\'209.207.224.40\');\n        -> 3520061480\n','miscellaneous-functions');
 
285
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (216,10,'UNCOMPRESS','Syntax:\nUNCOMPRESS(string_to_uncompress)\n\nUncompresses a string compressed by the COMPRESS() function. If the\nargument is not a compressed value, the result is NULL. This function\nrequires MySQL to have been compiled with a compression library such as\nzlib. Otherwise, the return value is always NULL.\n','mysql> SELECT UNCOMPRESS(COMPRESS(\'any string\'));\n        -> \'any string\'\nmysql> SELECT UNCOMPRESS(\'any string\');\n        -> NULL\n','encryption-functions');
 
286
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (217,20,'AUTO_INCREMENT','The AUTO_INCREMENT attribute can be used to generate a unique identity\nfor new rows:\n','CREATE TABLE animals (\n     id MEDIUMINT NOT NULL AUTO_INCREMENT,\n     name CHAR(30) NOT NULL,\n     PRIMARY KEY (id)\n );\n\nINSERT INTO animals (name) VALUES \n    (\'dog\'),(\'cat\'),(\'penguin\'),\n    (\'lax\'),(\'whale\'),(\'ostrich\');\n\nSELECT * FROM animals;\n','example-auto-increment');
 
287
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (218,32,'ISSIMPLE','IsSimple(g)\n\nCurrently, this function is a placeholder and should not be used. If\nimplemented, its behavior will be as described in the next paragraph.\n\nReturns 1 if the geometry value g has no anomalous geometric points,\nsuch as self-intersection or self-tangency. IsSimple() returns 0 if the\nargument is not simple, and -1 if it is NULL.\n\nThe description of each instantiable geometric class given earlier in\nthe chapter includes the specific conditions that cause an instance of\nthat class to be classified as not simple. (See [HELP Geometry\nhierarchy].)\n','','general-geometry-property-functions');
 
288
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (219,4,'- BINARY','Syntax:\n-\n\nSubtraction:\n','mysql> SELECT 3-5;\n        -> -2\n','arithmetic-functions');
 
289
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (220,3,'GEOMCOLLFROMTEXT','GeomCollFromText(wkt[,srid]), GeometryCollectionFromText(wkt[,srid])\n\nConstructs a GEOMETRYCOLLECTION value using its WKT representation and\nSRID.\n','','gis-wkt-functions');
 
290
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (221,3,'WKT DEFINITION','The Well-Known Text (WKT) representation of Geometry is designed to\nexchange geometry data in ASCII form.\n','','gis-wkt-format');
 
291
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (222,28,'CURRENT_TIME','Syntax:\nCURRENT_TIME, CURRENT_TIME()\n\nCURRENT_TIME and CURRENT_TIME() are synonyms for CURTIME().\n','','date-and-time-functions');
 
292
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (223,8,'REVOKE','Syntax:\nREVOKE priv_type [(column_list)] [, priv_type [(column_list)]] ...\n    ON [object_type] {tbl_name | * | *.* | db_name.*}\n    FROM user [, user] ...\n\nREVOKE ALL PRIVILEGES, GRANT OPTION FROM user [, user] ...\n\nThe REVOKE statement enables system administrators to revoke privileges\nfrom MySQL accounts. To use REVOKE, you must have the GRANT OPTION\nprivilege, and you must have the privileges that you are revoking.\n\nEach account is named using the same format as for the GRANT statement;\nfor example, \'jeffrey\'@\'localhost\'. If you specify only the username\npart of the account name, a hostname part of \'%\' is used. For\nadditional information about specifying account names, see [HELP\nGRANT].\n\nFor details on the levels at which privileges exist, the allowable\npriv_type values, and the syntax for specifying users and passwords,\nsee [HELP GRANT]\n','','revoke');
 
293
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (224,15,'LAST_INSERT_ID','Syntax:\nLAST_INSERT_ID(), LAST_INSERT_ID(expr)\n\nLAST_INSERT_ID() (with no argument) returns the first automatically\ngenerated value that was set for an AUTO_INCREMENT column by the most\nrecently executed INSERT or UPDATE statement to affect such a column.\nFor example, after inserting a row that generates an AUTO_INCREMENT\nvalue, you can get the value like this:\n\nmysql> SELECT LAST_INSERT_ID();\n        -> 195\n\nThe currently executing statement does not affect the value of\nLAST_INSERT_ID(). Suppose that you generate an AUTO_INCREMENT value\nwith one statement, and then refer to LAST_INSERT_ID() in a\nmultiple-row INSERT statement that inserts rows into a table with its\nown AUTO_INCREMENT column. The value of LAST_INSERT_ID() will remain\nstable in the second statement; its value for the second and later rows\nis not affected by the earlier row insertions. (However, if you mix\nreferences to LAST_INSERT_ID() and LAST_INSERT_ID(expr), the effect is\nundefined.)\n\nIf the previous statement returned an error, the value of\nLAST_INSERT_ID() is undefined. For transactional tables, if the\nstatement is rolled back due to an error, the value of LAST_INSERT_ID()\nis left undefined. For manual ROLLBACK, the value of LAST_INSERT_ID()\nis not restored to that before the transaction; it remains as it was at\nthe point of the ROLLBACK.\n\nWithin the body of a stored routine (procedure or function) or a\ntrigger, the value of LAST_INSERT_ID() changes the same way as for\nstatements executed outside the body of these kinds of objects. The\neffect of a stored routine or trigger upon the value of\nLAST_INSERT_ID() that is seen by following statements depends on the\nkind of routine:\n\no If a stored procedure executes statements that change the value of\n  LAST_INSERT_ID(), the changed value will be seen by statements that\n  follow the procedure call.\n\no For stored functions and triggers that change the value, the value is\n  restored when the function or trigger ends, so following statements\n  will not see a changed value.\n','','information-functions');
 
294
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (225,28,'LAST_DAY','Syntax:\nLAST_DAY(date)\n\nTakes a date or datetime value and returns the corresponding value for\nthe last day of the month. Returns NULL if the argument is invalid.\n','mysql> SELECT LAST_DAY(\'2003-02-05\');\n        -> \'2003-02-28\'\nmysql> SELECT LAST_DAY(\'2004-02-05\');\n        -> \'2004-02-29\'\nmysql> SELECT LAST_DAY(\'2004-01-01 01:01:01\');\n        -> \'2004-01-31\'\nmysql> SELECT LAST_DAY(\'2003-03-32\');\n        -> NULL\n','date-and-time-functions');
 
295
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (226,20,'MEDIUMINT','MEDIUMINT[(M)] [UNSIGNED] [ZEROFILL]\n\nA medium-sized integer. The signed range is -8388608 to 8388607. The\nunsigned range is 0 to 16777215.\n','','numeric-type-overview');
 
296
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (227,4,'FLOOR','Syntax:\nFLOOR(X)\n\nReturns the largest integer value not greater than X.\n','mysql> SELECT FLOOR(1.23);\n        -> 1\nmysql> SELECT FLOOR(-1.23);\n        -> -2\n','mathematical-functions');
 
297
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (228,33,'RTRIM','Syntax:\nRTRIM(str)\n\nReturns the string str with trailing space characters removed.\n','mysql> SELECT RTRIM(\'barbar   \');\n        -> \'barbar\'\n','string-functions');
 
298
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (229,4,'DEGREES','Syntax:\nDEGREES(X)\n\nReturns the argument X, converted from radians to degrees.\n','mysql> SELECT DEGREES(PI());\n        -> 180\nmysql> SELECT DEGREES(PI() / 2);\n        -> 90\n','mathematical-functions');
 
299
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (230,25,'EXPLAIN','Syntax:\nEXPLAIN tbl_name\n\nOr:\n\nEXPLAIN [EXTENDED] SELECT select_options\n\nThe EXPLAIN statement can be used either as a synonym for DESCRIBE or\nas a way to obtain information about how MySQL executes a SELECT\nstatement:\n\no EXPLAIN tbl_name is synonymous with DESCRIBE tbl_name or SHOW COLUMNS\n  FROM tbl_name.\n\no When you precede a SELECT statement with the keyword EXPLAIN, MySQL\n  displays information from the optimizer about the query execution\n  plan. That is, MySQL explains how it would process the SELECT,\n  including information about how tables are joined and in which order.\n','','explain');
 
300
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (231,20,'VARCHAR','[NATIONAL] VARCHAR(M) [CHARACTER SET charset_name] [COLLATE\ncollation_name]\n\nA variable-length string. M represents the maximum column length. In\nMySQL 5.0, the range of M is 0 to 255 before MySQL 5.0.3, and 0 to\n65,535 in MySQL 5.0.3 and later. (The actual maximum length of a\nVARCHAR in MySQL 5.0 is determined by the maximum row size and the\ncharacter set you use. The maximum effective column length starting\nwith MySQL 5.0.3 is subject to a row size of 65,532 bytes.)\n\nNote: Before 5.0.3, trailing spaces were removed when VARCHAR values\nwere stored, which differs from the standard SQL specification.\n\nPrior to MySQL 5.0.3, a VARCHAR column with a length specification\ngreater than 255 was converted to the smallest TEXT type that could\nhold values of the given length. For example, VARCHAR(500) was\nconverted to TEXT, and VARCHAR(200000) was converted to MEDIUMTEXT.\nThis was a compatibility feature. However, this conversion affected\ntrailing-space removal.\n\nVARCHAR is shorthand for CHARACTER VARYING.\n\nVARCHAR values are stored using as many characters as are needed, plus\none byte to record the length (two bytes for columns that are declared\nwith a length longer than 255).\n','','string-type-overview');
 
301
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (232,33,'UNHEX','Syntax:\n\nUNHEX(str)\n\nPerforms the inverse operation of HEX(str). That is, it interprets each\npair of hexadecimal digits in the argument as a number and converts it\nto the character represented by the number. The resulting characters\nare returned as a binary string.\n','mysql> SELECT UNHEX(\'4D7953514C\');\n        -> \'MySQL\'\nmysql> SELECT 0x4D7953514C;\n        -> \'MySQL\'\nmysql> SELECT UNHEX(HEX(\'string\'));\n        -> \'string\'\nmysql> SELECT HEX(UNHEX(\'1267\'));\n        -> \'1267\'\n','string-functions');
 
302
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (233,4,'- UNARY','Syntax:\n-\n\nUnary minus. This operator changes the sign of the argument.\n','mysql> SELECT - 2;\n        -> -2\n','arithmetic-functions');
 
303
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (234,35,'SELECT INTO','Syntax:\nSELECT col_name[,...] INTO var_name[,...] table_expr\n\nThis SELECT syntax stores selected columns directly into variables.\nTherefore, only a single row may be retrieved.\n','SELECT id,data INTO x,y FROM test.t1 LIMIT 1;\n','select-into-statement');
 
304
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (235,4,'COS','Syntax:\nCOS(X)\n\nReturns the cosine of X, where X is given in radians.\n','mysql> SELECT COS(PI());\n        -> -1\n','mathematical-functions');
 
305
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (236,28,'DATE FUNCTION','Syntax:\nDATE(expr)\n\nExtracts the date part of the date or datetime expression expr.\n','mysql> SELECT DATE(\'2003-12-31 01:02:03\');\n        -> \'2003-12-31\'\n','date-and-time-functions');
 
306
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (237,21,'DROP TRIGGER','Syntax:\nDROP TRIGGER [IF EXISTS] [schema_name.]trigger_name\n\nThis statement drops a trigger. The schema (database) name is optional.\nIf the schema is omitted, the trigger is dropped from the default\nschema. DROP TRIGGER was added in MySQL 5.0.2. Its use requires the\nSUPER privilege.\n\nUse IF EXISTS to prevent an error from occurring for a trigger that\ndoes not exist. A NOTE is generated for a non-existent trigger when\nusing IF EXISTS. See [HELP SHOW WARNINGS]. The IF EXISTS clause was\nadded in MySQL 5.0.32.\n','','drop-trigger');
 
307
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (238,25,'RESET MASTER','Syntax:\nRESET MASTER\n\nDeletes all binary logs listed in the index file, resets the binary log\nindex file to be empty, and creates a new binary log file.\n','','reset-master');
 
308
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (239,4,'TAN','Syntax:\nTAN(X)\n\nReturns the tangent of X, where X is given in radians.\n','mysql> SELECT TAN(PI());\n        -> -1.2246063538224e-16\nmysql> SELECT TAN(PI()+1);\n        -> 1.5574077246549\n','mathematical-functions');
 
309
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (240,4,'PI','Syntax:\nPI()\n\nReturns the value of Ļ€ (pi). The default number of decimal places\ndisplayed is seven, but MySQL uses the full double-precision value\ninternally.\n','mysql> SELECT PI();\n        -> 3.141593\nmysql> SELECT PI()+0.000000000000000000;\n        -> 3.141592653589793116\n','mathematical-functions');
 
310
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (241,28,'WEEKOFYEAR','Syntax:\nWEEKOFYEAR(date)\n\nReturns the calendar week of the date as a number in the range from 1\nto 53. WEEKOFYEAR() is a compatibility function that is equivalent to\nWEEK(date,3).\n','mysql> SELECT WEEKOFYEAR(\'1998-02-20\');\n        -> 8\n','date-and-time-functions');
 
311
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (242,4,'/','Syntax:\n/\n\nDivision:\n','mysql> SELECT 3/5;\n        -> 0.60\n','arithmetic-functions');
 
312
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (243,14,'STDDEV_SAMP','Syntax:\nSTDDEV_SAMP(expr)\n\nReturns the sample standard deviation of expr (the square root of\nVAR_SAMP(). This function was added in MySQL 5.0.3.\n\nSTDDEV_SAMP() returns NULL if there were no matching rows.\n','','group-by-functions');
 
313
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (244,15,'SCHEMA','Syntax:\nSCHEMA()\n\nThis function is a synonym for DATABASE(). It was added in MySQL 5.0.2.\n','','information-functions');
 
314
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (245,29,'MLINEFROMWKB','MLineFromWKB(wkb[,srid]), MultiLineStringFromWKB(wkb[,srid])\n\nConstructs a MULTILINESTRING value using its WKB representation and\nSRID.\n','','gis-wkb-functions');
 
315
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (246,4,'LOG2','Syntax:\nLOG2(X)\n\nReturns the base-2 logarithm of X.\n','mysql> SELECT LOG2(65536);\n        -> 16\nmysql> SELECT LOG2(-100);\n        -> NULL\n','mathematical-functions');
 
316
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (247,28,'SUBTIME','Syntax:\nSUBTIME(expr1,expr2)\n\nSUBTIME() returns expr1 - expr2 expressed as a value in the same format\nas expr1. expr1 is a time or datetime expression, and expr2 is a time\nexpression.\n','mysql> SELECT SUBTIME(\'1997-12-31 23:59:59.999999\',\'1 1:1:1.000002\');\n        -> \'1997-12-30 22:58:58.999997\'\nmysql> SELECT SUBTIME(\'01:00:00.999999\', \'02:00:00.999998\');\n        -> \'-00:59:59.999999\'\n','date-and-time-functions');
 
317
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (248,10,'UNCOMPRESSED_LENGTH','Syntax:\nUNCOMPRESSED_LENGTH(compressed_string)\n\nReturns the length that the compressed string had before being\ncompressed.\n','mysql> SELECT UNCOMPRESSED_LENGTH(COMPRESS(REPEAT(\'a\',30)));\n        -> 30\n','encryption-functions');
 
318
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (249,36,'DROP TABLE','Syntax:\nDROP [TEMPORARY] TABLE [IF EXISTS]\n    tbl_name [, tbl_name] ...\n    [RESTRICT | CASCADE]\n\nDROP TABLE removes one or more tables. You must have the DROP privilege\nfor each table. All table data and the table definition are removed, so\nbe careful with this statement! If any of the tables named in the\nargument list do not exist, MySQL returns an error indicating by name\nwhich non-existing tables it was unable to drop, but it also drops all\nof the tables in the list that do exist.\n\nImportant: When a table is dropped, user privileges on the table are\nnot automatically dropped. See [HELP GRANT].\n\nUse IF EXISTS to prevent an error from occurring for tables that do not\nexist. A NOTE is generated for each non-existent table when using IF\nEXISTS. See [HELP SHOW WARNINGS].\n\nRESTRICT and CASCADE are allowed to make porting easier. In MySQL 5.0,\nthey do nothing.\n\nNote: DROP TABLE automatically commits the current active transaction,\nunless you use the TEMPORARY keyword.\n','','drop-table');
 
319
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (250,25,'SHOW CREATE TABLE','Syntax:\nSHOW CREATE TABLE tbl_name\n\nShows the CREATE TABLE statement that creates the given table. As of\nMySQL 5.0.1, this statement also works with views.\nSHOW CREATE TABLE quotes table and column names according to the value\nof the SQL_QUOTE_SHOW_CREATE option. See [HELP SET].\n','mysql> SHOW CREATE TABLE t\\G\n*************************** 1. row ***************************\n       Table: t\nCreate Table: CREATE TABLE t (\n  id INT(11) default NULL auto_increment,\n  s char(60) default NULL,\n  PRIMARY KEY (id)\n) ENGINE=MyISAM\n','show-create-table');
 
320
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (251,25,'DUAL','You are allowed to specify DUAL as a dummy table name in situations\nwhere no tables are referenced:\n\nmysql> SELECT 1 + 1 FROM DUAL;\n        -> 2\n\nDUAL is purely for the convenience of people who require that all\nSELECT statements should have FROM and possibly other clauses. MySQL\nmay ignore the clauses. MySQL does not require FROM DUAL if no tables\nare referenced.\n','','select');
 
321
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (252,33,'INSTR','Syntax:\nINSTR(str,substr)\n\nReturns the position of the first occurrence of substring substr in\nstring str. This is the same as the two-argument form of LOCATE(),\nexcept that the order of the arguments is reversed.\n','mysql> SELECT INSTR(\'foobarbar\', \'bar\');\n        -> 4\nmysql> SELECT INSTR(\'xbar\', \'foobar\');\n        -> 0\n','string-functions');
 
322
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (253,28,'NOW','Syntax:\nNOW()\n\nReturns the current date and time as a value in \'YYYY-MM-DD HH:MM:SS\'\nor YYYYMMDDHHMMSS format, depending on whether the function is used in\na string or numeric context.\n','mysql> SELECT NOW();\n        -> \'1997-12-15 23:50:26\'\nmysql> SELECT NOW() + 0;\n        -> 19971215235026\n','date-and-time-functions');
 
323
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (254,25,'SHOW ENGINES','Syntax:\nSHOW [STORAGE] ENGINES\n\nSHOW ENGINES displays status information about the server\'s storage\nengines. This is particularly useful for checking whether a storage\nengine is supported, or to see what the default engine is. SHOW TABLE\nTYPES is a deprecated synonym.\n','','show-engines');
 
324
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (255,25,'SHOW MUTEX STATUS','Syntax:\nSHOW MUTEX STATUS\n\nSHOW MUTEX STATUS displays InnoDB mutex statistics. The output fields\nare:\n\no Mutex\n\n  The mutex name. The name indicates the mutex purpose. For example,\n  the log_sys mutex is used by the InnoDB logging subsystem and\n  indicates how intensive logging activity is. The buf_pool mutex\n  protects the InnoDB buffer pool.\n\no Module\n\n  The source file where the mutex is implemented.\n\no Count indicates how many times the mutex was requested.\n\no Spin_waits indicates how many times the spinlock had to run.\n\no Spin_rounds indicates the number of spinlock rounds. (spin_rounds\n  divided by spin_waits provides the average round count.)\n\no OS_waits indicates the number of operating system waits. This occurs\n  when the spinlock did not work (the mutex was not locked during the\n  spinlock and it was necessary to yield to the operating system and\n  wait).\n\no OS_yields indicates the number of times that a thread trying to lock\n  a mutex gave up its timeslice and yielded to the operating system (on\n  the presumption that allowing other threads to run will free the\n  mutex so that it can be locked).\n\no OS_waits_time os_wait_times indicates the amount of time (in ms)\n  spent in operating system waits, if the timed_mutexes system variable\n  is 1 (ON). If timed_mutexes is 0 (OFF), timing is disabled, so\n  OS_waits_time is 0. timed_mutexes is off by default.\n\nInformation from this statement can be used to diagnose system\nproblems. For example, large values of spin_waits and spin_rounds may\nindicate scalability problems.\n\nSHOW MUTEX STATUS was added in MySQL 5.0.3. In MySQL 5.1, SHOW MUTEX\nSTATUS is renamed to SHOW ENGINE INNODB MUTEX. The latter statement\ndisplays similar information but in a somewhat different output format.\n','','show-mutex-status');
 
325
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (256,17,'>=','Syntax:\n>=\n\nGreater than or equal:\n','mysql> SELECT 2 >= 2;\n        -> 1\n','comparison-operators');
 
326
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (257,4,'EXP','Syntax:\nEXP(X)\n\nReturns the value of e (the base of natural logarithms) raised to the\npower of X.\n','mysql> SELECT EXP(2);\n        -> 7.3890560989307\nmysql> SELECT EXP(-2);\n        -> 0.13533528323661\nmysql> SELECT EXP(0);\n        -> 1\n','mathematical-functions');
 
327
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (258,10,'SHA','Syntax:\nSHA1(str), SHA(str)\n\nCalculates an SHA-1 160-bit checksum for the string, as described in\nRFC 3174 (Secure Hash Algorithm). The value is returned as a binary\nstring of 40 hex digits, or NULL if the argument was NULL. One of the\npossible uses for this function is as a hash key. You can also use it\nas a cryptographic function for storing passwords. SHA() is synonymous\nwith SHA1().\n','mysql> SELECT SHA1(\'abc\');\n        -> \'a9993e364706816aba3e25717850c26c9cd0d89d\'\n','encryption-functions');
 
328
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (259,20,'LONGBLOB','LONGBLOB\n\nA BLOB column with a maximum length of 4,294,967,295 or 4GB (232 - 1)\nbytes. The maximum effective (permitted) length of LONGBLOB columns\ndepends on the configured maximum packet size in the client/server\nprotocol and available memory.\n','','string-type-overview');
 
329
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (260,11,'POINTN','PointN(ls,N)\n\nReturns the N-th Point in the Linestring value ls. Points are numbered\nbeginning with 1.\n','mysql> SET @ls = \'LineString(1 1,2 2,3 3)\';\nmysql> SELECT AsText(PointN(GeomFromText(@ls),2));\n+-------------------------------------+\n| AsText(PointN(GeomFromText(@ls),2)) |\n+-------------------------------------+\n| POINT(2 2)                          |\n+-------------------------------------+\n','linestring-property-functions');
 
330
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (261,20,'YEAR DATA TYPE','YEAR[(2|4)]\n\nA year in two-digit or four-digit format. The default is four-digit\nformat. In four-digit format, the allowable values are 1901 to 2155,\nand 0000. In two-digit format, the allowable values are 70 to 69,\nrepresenting years from 1970 to 2069. MySQL displays YEAR values in\nYYYY format, but allows you to assign values to YEAR columns using\neither strings or numbers.\n','','date-and-time-type-overview');
 
331
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (262,14,'SUM','Syntax:\nSUM([DISTINCT] expr)\n\nReturns the sum of expr. If the return set has no rows, SUM() returns\nNULL. The DISTINCT keyword can be used in MySQL 5.0 to sum only the\ndistinct values of expr.\n\nSUM() returns NULL if there were no matching rows.\n','','group-by-functions');
 
332
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (263,33,'OCT','Syntax:\nOCT(N)\n\nReturns a string representation of the octal value of N, where N is a\nlonglong (BIGINT) number. This is equivalent to CONV(N,10,8). Returns\nNULL if N is NULL.\n','mysql> SELECT OCT(12);\n        -> \'14\'\n','string-functions');
 
333
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (264,28,'SYSDATE','Syntax:\nSYSDATE()\n\nReturns the current date and time as a value in \'YYYY-MM-DD HH:MM:SS\'\nor YYYYMMDDHHMMSS format, depending on whether the function is used in\na string or numeric context.\n\nAs of MySQL 5.0.13, SYSDATE() returns the time at which it executes.\nThis differs from the behavior for NOW(), which returns a constant time\nthat indicates the time at which the statement began to execute.\n(Within a stored routine or trigger, NOW() returns the time at which\nthe routine or triggering statement began to execute.)\n\nmysql> SELECT NOW(), SLEEP(2), NOW();\n+---------------------+----------+---------------------+\n| NOW()               | SLEEP(2) | NOW()               |\n+---------------------+----------+---------------------+\n| 2006-04-12 13:47:36 |        0 | 2006-04-12 13:47:36 |\n+---------------------+----------+---------------------+\n\nmysql> SELECT SYSDATE(), SLEEP(2), SYSDATE();\n+---------------------+----------+---------------------+\n| SYSDATE()           | SLEEP(2) | SYSDATE()           |\n+---------------------+----------+---------------------+\n| 2006-04-12 13:47:44 |        0 | 2006-04-12 13:47:46 |\n+---------------------+----------+---------------------+\n\nIn addition, the SET TIMESTAMP statement affects the value returned by\nNOW() but not by SYSDATE(). This means that timestamp settings in the\nbinary log have no effect on invocations of SYSDATE().\n\nBecause SYSDATE() can return different values even within the same\nstatement, and is not affected by SET TIMESTAMP, it is\nnon-deterministic and therefore unsafe for replication. If that is a\nproblem, you can start the server with the --sysdate-is-now option to\ncause SYSDATE() to be an alias for NOW().\n','','date-and-time-functions');
 
334
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (265,29,'ASBINARY','AsBinary(g)\n\nConverts a value in internal geometry format to its WKB representation\nand returns the binary result.\n','SELECT AsBinary(g) FROM geom;\n','functions-to-convert-geometries-between-formats');
 
335
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (266,33,'REPEAT FUNCTION','Syntax:\nREPEAT(str,count)\n\nReturns a string consisting of the string str repeated count times. If\ncount is less than 1, returns an empty string. Returns NULL if str or\ncount are NULL.\n','mysql> SELECT REPEAT(\'MySQL\', 3);\n        -> \'MySQLMySQLMySQL\'\n','string-functions');
 
336
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (267,25,'SHOW TABLES','Syntax:\nSHOW [FULL] TABLES [FROM db_name] [LIKE \'pattern\']\n\nSHOW TABLES lists the non-TEMPORARY tables in a given database. You can\nalso get this list using the mysqlshow db_name command.\n\nBefore MySQL 5.0.1, the output from SHOW TABLES contains a single\ncolumn of table names. Beginning with MySQL 5.0.1, this statement also\nlists any views in the database. As of MySQL 5.0.2, the FULL modifier\nis supported such that SHOW FULL TABLES displays a second output\ncolumn. Values for the second column are BASE TABLE for a table and\nVIEW for a view.\n\nNote: If you have no privileges for a table, the table does not show up\nin the output from SHOW TABLES or mysqlshow db_name.\n','','show-tables');
 
337
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (268,28,'MAKEDATE','Syntax:\nMAKEDATE(year,dayofyear)\n\nReturns a date, given year and day-of-year values. dayofyear must be\ngreater than 0 or the result is NULL.\n','mysql> SELECT MAKEDATE(2001,31), MAKEDATE(2001,32);\n        -> \'2001-01-31\', \'2001-02-01\'\nmysql> SELECT MAKEDATE(2001,365), MAKEDATE(2004,365);\n        -> \'2001-12-31\', \'2004-12-30\'\nmysql> SELECT MAKEDATE(2001,0);\n        -> NULL\n','date-and-time-functions');
 
338
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (269,33,'BINARY OPERATOR','Syntax:\nBINARY\n\nThe BINARY operator casts the string following it to a binary string.\nThis is an easy way to force a column comparison to be done byte by\nbyte rather than character by character. This causes the comparison to\nbe case sensitive even if the column isn\'t defined as BINARY or BLOB.\nBINARY also causes trailing spaces to be significant.\n','mysql> SELECT \'a\' = \'A\';\n        -> 1\nmysql> SELECT BINARY \'a\' = \'A\';\n        -> 0\nmysql> SELECT \'a\' = \'a \';\n        -> 1\nmysql> SELECT BINARY \'a\' = \'a \';\n        -> 0\n','cast-functions');
 
339
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (270,5,'MBROVERLAPS','MBROverlaps(g1,g2)\n\nReturns 1 or 0 to indicate whether the Minimum Bounding Rectangles of\nthe two geometries g1 and g2 overlap.\n','','relations-on-geometry-mbr');
 
340
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (271,33,'SOUNDEX','Syntax:\nSOUNDEX(str)\n\nReturns a soundex string from str. Two strings that sound almost the\nsame should have identical soundex strings. A standard soundex string\nis four characters long, but the SOUNDEX() function returns an\narbitrarily long string. You can use SUBSTRING() on the result to get a\nstandard soundex string. All non-alphabetic characters in str are\nignored. All international alphabetic characters outside the A-Z range\nare treated as vowels.\n\nImportant: When using SOUNDEX(), you should be aware of the following\nlimitations:\n\no This function, as currently implemented, is intended to work well\n  with strings that are in the English language only. Strings in other\n  languages may not produce reliable results.\n\no This function is not guaranteed to provide consistent results with\n  strings that use multi-byte character sets, including utf-8.\n\n  We hope to remove these limitations in a future release. See\n  Bug#22638 (http://bugs.mysql.com/22638) for more information.\n','mysql> SELECT SOUNDEX(\'Hello\');\n        -> \'H400\'\nmysql> SELECT SOUNDEX(\'Quadratically\');\n        -> \'Q36324\'\n','string-functions');
 
341
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (272,5,'MBRTOUCHES','MBRTouches(g1,g2)\n\nReturns 1 or 0 to indicate whether the Minimum Bounding Rectangles of\nthe two geometries g1 and g2 touch.\n','','relations-on-geometry-mbr');
 
342
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (273,35,'CREATE PROCEDURE','Syntax:\nCREATE\n    [DEFINER = { user | CURRENT_USER }]\n    PROCEDURE sp_name ([proc_parameter[,...]])\n    [characteristic ...] routine_body\n\nCREATE\n    [DEFINER = { user | CURRENT_USER }]\n    FUNCTION sp_name ([func_parameter[,...]])\n    RETURNS type\n    [characteristic ...] routine_body\n    \nproc_parameter:\n    [ IN | OUT | INOUT ] param_name type\n    \nfunc_parameter:\n    param_name type\n\ntype:\n    Any valid MySQL data type\n\ncharacteristic:\n    LANGUAGE SQL\n  | [NOT] DETERMINISTIC\n  | { CONTAINS SQL | NO SQL | READS SQL DATA | MODIFIES SQL DATA }\n  | SQL SECURITY { DEFINER | INVOKER }\n  | COMMENT \'string\'\n\nroutine_body:\n    Valid SQL procedure statement\n\nThese statements create stored routines. As of MySQL 5.0.3, to use\nthem, it is necessary to have the CREATE ROUTINE privilege. If binary\nlogging is enabled, these statements might may also require the SUPER\nprivilege, as described in\nhttp://dev.mysql.com/doc/refman/5.0/en/stored-procedure-logging.html.\nMySQL automatically grants the ALTER ROUTINE and EXECUTE privileges to\nthe routine creator.\n\nBy default, the routine is associated with the default database. To\nassociate the routine explicitly with a given database, specify the\nname as db_name.sp_name when you create it.\n\nIf the routine name is the same as the name of a built-in SQL function,\nyou must use a space between the name and the following parenthesis\nwhen defining the routine, or a syntax error occurs. This is also true\nwhen you invoke the routine later. For this reason, we suggest that it\nis better to avoid re-using the names of existing SQL functions for\nyour own stored routines.\n\nThe IGNORE_SPACE SQL mode applies to built-in functions, not to stored\nroutines. it is always allowable to have spaces after a routine name,\nregardless of whether IGNORE_SPACE is enabled.\n\nThe parameter list enclosed within parentheses must always be present.\nIf there are no parameters, an empty parameter list of () should be\nused.\n\nEach parameter can be declared to use any valid data type, except that\nthe COLLATE attribute cannot be used.\n\nEach parameter is an IN parameter by default. To specify otherwise for\na parameter, use the keyword OUT or INOUT before the parameter name.\n\nNote: Specifying a parameter as IN, OUT, or INOUT is valid only for a\nPROCEDURE. (FUNCTION parameters are always regarded as IN parameters.)\n\nAn IN parameter passes a value into a procedure. The procedure might\nmodify the value, but the modification is not visible to the caller\nwhen the procedure returns. An OUT parameter passes a value from the\nprocedure back to the caller. Its initial value is NULL within the\nprocedure, and its value is visible to the caller when the procedure\nreturns. An INOUT parameter is initialized by the caller, can be\nmodified by the procedure, and any change made by the procedure is\nvisible to the caller when the procedure returns.\n\nFor each OUT or INOUT parameter, pass a user-defined variable so that\nyou can obtain its value when the procedure returns. (For an example,\nsee [HELP CALL].) If you are calling the procedure from within another\nstored procedure or function, you can also pass a routine parameter or\nlocal routine variable as an IN or INOUT parameter.\n\nThe RETURNS clause may be specified only for a FUNCTION, for which it\nis mandatory. It indicates the return type of the function, and the\nfunction body must contain a RETURN value statement. If the RETURN\nstatement returns a value of a different type, the value is coerced to\nthe proper type. For example, if a function specifies an ENUM or SET\nvalue in the RETURNS clause, but the RETURN statement returns an\ninteger, the value returned from the function is the string for the\ncorresponding ENUM member of set of SET members.\n\nThe routine_body consists of a valid SQL procedure statement. This can\nbe a simple statement such as SELECT or INSERT, or it can be a compound\nstatement written using BEGIN and END. Compound statement syntax is\ndescribed in [HELP BEGIN END]. Compound statements can contain\ndeclarations, loops, and other control structure statements. The syntax\nfor these statements is described later in this chapter. See, for\nexample, http://dev.mysql.com/doc/refman/5.0/en/declare.html, and [HELP\nIF statement]. Some statements are not allowed in stored routines; see\nhttp://dev.mysql.com/doc/refman/5.0/en/routine-restrictions.html.\n','mysql> delimiter //\n\nmysql> CREATE PROCEDURE simpleproc (OUT param1 INT)\n    -> BEGIN\n    ->   SELECT COUNT(*) INTO param1 FROM t;\n    -> END;\n    -> //\nQuery OK, 0 rows affected (0.00 sec)\n\nmysql> delimiter ;\n\nmysql> CALL simpleproc(@a);\nQuery OK, 0 rows affected (0.00 sec)\n\nmysql> SELECT @a;\n+------+\n| @a   |\n+------+\n| 3    |\n+------+\n1 row in set (0.00 sec)\n','create-procedure');
 
343
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (274,25,'INSERT SELECT','Syntax:\nINSERT [LOW_PRIORITY | HIGH_PRIORITY] [IGNORE]\n    [INTO] tbl_name [(col_name,...)]\n    SELECT ...\n    [ ON DUPLICATE KEY UPDATE col_name=expr, ... ]\n\nWith INSERT ... SELECT, you can quickly insert many rows into a table\nfrom one or many tables. For example:\n\nINSERT INTO tbl_temp2 (fld_id)\n  SELECT tbl_temp1.fld_order_id\n  FROM tbl_temp1 WHERE tbl_temp1.fld_order_id > 100;\n','','insert-select');
 
344
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (275,20,'VARBINARY','VARBINARY(M)\n\nThe VARBINARY type is similar to the VARCHAR type, but stores binary\nbyte strings rather than non-binary character strings.\n','','string-type-overview');
 
345
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (276,25,'LOAD INDEX','Syntax:\nLOAD INDEX INTO CACHE\n  tbl_index_list [, tbl_index_list] ...\n\ntbl_index_list:\n  tbl_name\n    [[INDEX|KEY] (index_name[, index_name] ...)]\n    [IGNORE LEAVES]\n\nThe LOAD INDEX INTO CACHE statement preloads a table index into the key\ncache to which it has been assigned by an explicit CACHE INDEX\nstatement, or into the default key cache otherwise. LOAD INDEX INTO\nCACHE is used only for MyISAM tables.\n\nThe IGNORE LEAVES modifier causes only blocks for the non-leaf nodes of\nthe index to be preloaded.\n','','load-index');
 
346
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (277,25,'UNION','Syntax:\nSELECT ...\nUNION [ALL | DISTINCT] SELECT ...\n[UNION [ALL | DISTINCT] SELECT ...]\n\nUNION is used to combine the result from multiple SELECT statements\ninto a single result set.\n\nThe column names from the first SELECT statement are used as the column\nnames for the results returned. Selected columns listed in\ncorresponding positions of each SELECT statement should have the same\ndata type. (For example, the first column selected by the first\nstatement should have the same type as the first column selected by the\nother statements.)\n','','union');
 
347
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (278,28,'TO_DAYS','Syntax:\nTO_DAYS(date)\n\nGiven a date date, returns a day number (the number of days since year\n0).\n','mysql> SELECT TO_DAYS(950501);\n        -> 728779\nmysql> SELECT TO_DAYS(\'1997-10-07\');\n        -> 729669\n','date-and-time-functions');
 
348
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (279,33,'NOT REGEXP','Syntax:\nexpr NOT REGEXP pat, expr NOT RLIKE pat\n\nThis is the same as NOT (expr REGEXP pat).\n','','string-comparison-functions');
 
349
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (280,25,'SHOW INDEX','Syntax:\nSHOW INDEX FROM tbl_name [FROM db_name]\n\nSHOW INDEX returns table index information. The format resembles that\nof the SQLStatistics call in ODBC.\nYou can use db_name.tbl_name as an alternative to the tbl_name FROM\ndb_name syntax. These two statements are equivalent:\n\nSHOW INDEX FROM mytable FROM mydb;\nSHOW INDEX FROM mydb.mytable;\n\nSHOW KEYS is a synonym for SHOW INDEX. You can also list a table\'s\nindexes with the mysqlshow -k db_name tbl_name command.\n','','show-index');
 
350
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (281,25,'SHOW CREATE DATABASE','Syntax:\nSHOW CREATE {DATABASE | SCHEMA} db_name\n\nShows the CREATE DATABASE statement that creates the given database.\nSHOW CREATE SCHEMA is a synonym for SHOW CREATE DATABASE as of MySQL\n5.0.2.\n','mysql> SHOW CREATE DATABASE test\\G\n*************************** 1. row ***************************\n       Database: test\nCreate Database: CREATE DATABASE `test`\n                 /*!40100 DEFAULT CHARACTER SET latin1 */\n\nmysql> SHOW CREATE SCHEMA test\\G\n*************************** 1. row ***************************\n       Database: test\nCreate Database: CREATE DATABASE `test`\n                 /*!40100 DEFAULT CHARACTER SET latin1 */\n','show-create-database');
 
351
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (282,35,'LEAVE','Syntax:\nLEAVE label\n\nThis statement is used to exit any labeled flow control construct. It\ncan be used within BEGIN ... END or loop constructs (LOOP, REPEAT,\nWHILE).\n','','leave-statement');
 
352
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (283,17,'NOT IN','Syntax:\nexpr NOT IN (value,...)\n\nThis is the same as NOT (expr IN (value,...)).\n','','comparison-operators');
 
353
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (284,12,'!','Syntax:\nNOT, !\n\nLogical NOT. Evaluates to 1 if the operand is 0, to 0 if the operand is\nnon-zero, and NOT NULL returns NULL.\n','mysql> SELECT NOT 10;\n        -> 0\nmysql> SELECT NOT 0;\n        -> 1\nmysql> SELECT NOT NULL;\n        -> NULL\nmysql> SELECT ! (1+1);\n        -> 0\nmysql> SELECT ! 1+1;\n        -> 1\n','logical-operators');
 
354
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (285,35,'DECLARE HANDLER','Syntax:\nDECLARE handler_type HANDLER FOR condition_value[,...] statement\n\nhandler_type:\n    CONTINUE\n  | EXIT\n  | UNDO\n\ncondition_value:\n    SQLSTATE [VALUE] sqlstate_value\n  | condition_name\n  | SQLWARNING\n  | NOT FOUND\n  | SQLEXCEPTION\n  | mysql_error_code\n\nThe DECLARE ... HANDLER statement specifies handlers that each may deal\nwith one or more conditions. If one of these conditions occurs, the\nspecified statement is executed. statement can be a simple statement\n(for example, SET var_name = value), or it can be a compound statement\nwritten using BEGIN and END (see [HELP BEGIN END]).\n\nFor a CONTINUE handler, execution of the current routine continues\nafter execution of the handler statement. For an EXIT handler,\nexecution terminates for the BEGIN ... END compound statement in which\nthe handler is declared. (This is true even if the condition occurs in\nan inner block.) The UNDO handler type statement is not yet supported.\n\nIf a condition occurs for which no handler has been declared, the\ndefault action is EXIT.\n\nA condition_value can be any of the following values:\n\no An SQLSTATE value or a MySQL error code.\n\no A condition name previously specified with DECLARE ... CONDITION. See\n  [HELP DECLARE CONDITION].\n\no SQLWARNING is shorthand for all SQLSTATE codes that begin with 01.\n\no NOT FOUND is shorthand for all SQLSTATE codes that begin with 02.\n\no SQLEXCEPTION is shorthand for all SQLSTATE codes not caught by\n  SQLWARNING or NOT FOUND.\n','mysql> CREATE TABLE test.t (s1 int,primary key (s1));\nQuery OK, 0 rows affected (0.00 sec)\n\nmysql> delimiter //\n\nmysql> CREATE PROCEDURE handlerdemo ()\n    -> BEGIN\n    ->   DECLARE CONTINUE HANDLER FOR SQLSTATE \'23000\' SET @x2 = 1;\n    ->   SET @x = 1;\n    ->   INSERT INTO test.t VALUES (1);\n    ->   SET @x = 2;\n    ->   INSERT INTO test.t VALUES (1);\n    ->   SET @x = 3;\n    -> END;\n    -> //\nQuery OK, 0 rows affected (0.00 sec)\n\nmysql> CALL handlerdemo()//\nQuery OK, 0 rows affected (0.00 sec)\n\nmysql> SELECT @x//\n    +------+\n    | @x   |\n    +------+\n    | 3    |\n    +------+\n    1 row in set (0.00 sec)\n','declare-handlers');
 
355
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (286,20,'DOUBLE','DOUBLE[(M,D)] [UNSIGNED] [ZEROFILL]\n\nA normal-size (double-precision) floating-point number. Allowable\nvalues are -1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and\n2.2250738585072014E-308 to 1.7976931348623157E+308. These are the\ntheoretical limits, based on the IEEE standard. The actual range might\nbe slightly smaller depending on your hardware or operating system.\n\nM is the total number of digits and D is the number of digits following\nthe decimal point. If M and D are omitted, values are stored to the\nlimits allowed by the hardware. A double-precision floating-point\nnumber is accurate to approximately 15 decimal places.\n\nUNSIGNED, if specified, disallows negative values.\n','','numeric-type-overview');
 
356
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (287,20,'TIME','TIME\n\nA time. The range is \'-838:59:59\' to \'838:59:59\'. MySQL displays TIME\nvalues in \'HH:MM:SS\' format, but allows you to assign values to TIME\ncolumns using either strings or numbers.\n','','date-and-time-type-overview');
 
357
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (288,12,'&&','Syntax:\nAND, &&\n\nLogical AND. Evaluates to 1 if all operands are non-zero and not NULL,\nto 0 if one or more operands are 0, otherwise NULL is returned.\n','mysql> SELECT 1 && 1;\n        -> 1\nmysql> SELECT 1 && 0;\n        -> 0\nmysql> SELECT 1 && NULL;\n        -> NULL\nmysql> SELECT 0 && NULL;\n        -> 0\nmysql> SELECT NULL && 0;\n        -> 0\n','logical-operators');
 
358
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (289,9,'X','X(p)\n\nReturns the X-coordinate value for the point p as a double-precision\nnumber.\n','mysql> SET @pt = \'Point(56.7 53.34)\';\nmysql> SELECT X(GeomFromText(@pt));\n+----------------------+\n| X(GeomFromText(@pt)) |\n+----------------------+\n|                 56.7 |\n+----------------------+\n','point-property-functions');
 
359
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (290,15,'FOUND_ROWS','Syntax:\nFOUND_ROWS()\n\nA SELECT statement may include a LIMIT clause to restrict the number of\nrows the server returns to the client. In some cases, it is desirable\nto know how many rows the statement would have returned without the\nLIMIT, but without running the statement again. To obtain this row\ncount, include a SQL_CALC_FOUND_ROWS option in the SELECT statement,\nand then invoke FOUND_ROWS() afterward:\n','mysql> SELECT SQL_CALC_FOUND_ROWS * FROM tbl_name\n    -> WHERE id > 100 LIMIT 10;\nmysql> SELECT FOUND_ROWS();\n','information-functions');
 
360
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (291,15,'SYSTEM_USER','Syntax:\nSYSTEM_USER()\n\nSYSTEM_USER() is a synonym for USER().\n','','information-functions');
 
361
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (292,26,'CROSSES','Crosses(g1,g2)\n\nReturns 1 if g1 spatially crosses g2. Returns NULL if g1 is a Polygon\nor a MultiPolygon, or if g2 is a Point or a MultiPoint. Otherwise,\nreturns 0.\n\nThe term spatially crosses denotes a spatial relation between two given\ngeometries that has the following properties:\n\no The two geometries intersect\n\no Their intersection results in a geometry that has a dimension that is\n  one less than the maximum dimension of the two given geometries\n\no Their intersection is not equal to either of the two given geometries\n','','functions-that-test-spatial-relationships-between-geometries');
 
362
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (293,25,'TRUNCATE TABLE','Syntax:\nTRUNCATE [TABLE] tbl_name\n\nTRUNCATE TABLE empties a table completely. Logically, this is\nequivalent to a DELETE statement that deletes all rows, but there are\npractical differences under some circumstances.\n\nFor InnoDB before version 5.0.3, TRUNCATE TABLE is mapped to DELETE, so\nthere is no difference. Starting with MySQL 5.0.3, fast TRUNCATE TABLE\nis available. However, the operation is still mapped to DELETE if there\nare foreign key constraints that reference the table. (When fast\ntruncate is used, it resets any AUTO_INCREMENT counter. From MySQL\n5.0.13 on, the AUTO_INCREMENT counter is reset by TRUNCATE TABLE,\nregardless of whether there is a foreign key constraint.)\n\nFor other storage engines, TRUNCATE TABLE differs from DELETE in the\nfollowing ways in MySQL 5.0:\n\no Truncate operations drop and re-create the table, which is much\n  faster than deleting rows one by one.\n\no Truncate operations are not transaction-safe; an error occurs when\n  attempting one in the course of an active transaction or active table\n  lock.\n\no The number of deleted rows is not returned.\n\no As long as the table format file tbl_name.frm is valid, the table can\n  be re-created as an empty table with TRUNCATE TABLE, even if the data\n  or index files have become corrupted.\n\no The table handler does not remember the last used AUTO_INCREMENT\n  value, but starts counting from the beginning. This is true even for\n  MyISAM and InnoDB, which normally do not reuse sequence values.\n\nSince truncation of a table does not make any use of DELETE, the\nTRUNCATE statement does not invoke ON DELETE triggers.\n\nTRUNCATE TABLE is an Oracle SQL extension adopted in MySQL.\n','','truncate');
 
363
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (294,14,'BIT_XOR','Syntax:\nBIT_XOR(expr)\n\nReturns the bitwise XOR of all bits in expr. The calculation is\nperformed with 64-bit (BIGINT) precision.\n','','group-by-functions');
 
364
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (295,28,'CURRENT_DATE','Syntax:\nCURRENT_DATE, CURRENT_DATE()\n\nCURRENT_DATE and CURRENT_DATE() are synonyms for CURDATE().\n','','date-and-time-functions');
 
365
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (296,2,'AREA','Area(poly)\n\nReturns as a double-precision number the area of the Polygon value\npoly, as measured in its spatial reference system.\n','mysql> SET @poly = \'Polygon((0 0,0 3,3 0,0 0),(1 1,1 2,2 1,1 1))\';\nmysql> SELECT Area(GeomFromText(@poly));\n+---------------------------+\n| Area(GeomFromText(@poly)) |\n+---------------------------+\n|                         4 |\n+---------------------------+\n','polygon-property-functions');
 
366
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (297,25,'START SLAVE','Syntax:\nSTART SLAVE [thread_type [, thread_type] ... ]\nSTART SLAVE [SQL_THREAD] UNTIL\n    MASTER_LOG_FILE = \'log_name\', MASTER_LOG_POS = log_pos\nSTART SLAVE [SQL_THREAD] UNTIL\n    RELAY_LOG_FILE = \'log_name\', RELAY_LOG_POS = log_pos\n\nthread_type: IO_THREAD | SQL_THREAD\n\nSTART SLAVE with no thread_type options starts both of the slave\nthreads. The I/O thread reads queries from the master server and stores\nthem in the relay log. The SQL thread reads the relay log and executes\nthe queries. START SLAVE requires the SUPER privilege.\n\nIf START SLAVE succeeds in starting the slave threads, it returns\nwithout any error. However, even in that case, it might be that the\nslave threads start and then later stop (for example, because they do\nnot manage to connect to the master or read its binary logs, or some\nother problem). START SLAVE does not warn you about this. You must\ncheck the slave\'s error log for error messages generated by the slave\nthreads, or check that they are running satisfactorily with SHOW SLAVE\nSTATUS.\n','','start-slave');
 
367
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (298,35,'BEGIN END','Syntax:\n[begin_label:] BEGIN\n    [statement_list]\nEND [end_label]\n\nBEGIN ... END syntax is used for writing compound statements, which can\nappear within stored routines and triggers. A compound statement can\ncontain multiple statements, enclosed by the BEGIN and END keywords.\nstatement_list represents a list of one or more statements. Each\nstatement within statement_list must be terminated by a semicolon (;)\nstatement delimiter. Note that statement_list is optional, which means\nthat the empty compound statement (BEGIN END) is legal.\n\nUse of multiple statements requires that a client is able to send\nstatement strings containing the ; statement delimiter. This is handled\nin the mysql command-line client with the delimiter command. Changing\nthe ; end-of-statement delimiter (for example, to //) allows ; to be\nused in a routine body. For an example, see [HELP CREATE PROCEDURE].\n\nA compound statement can be labeled. end_label cannot be given unless\nbegin_label also is present. If both are present, they must be the\nsame.\n','','begin-end');
 
368
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (299,25,'FLUSH','Syntax:\nFLUSH [LOCAL | NO_WRITE_TO_BINLOG] flush_option [, flush_option] ...\n\nThe FLUSH statement clears or reloads various internal caches used by\nMySQL. To execute FLUSH, you must have the RELOAD privilege.\n\nThe RESET statement is similar to FLUSH. See [HELP RESET].\n','','flush');
 
369
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (300,25,'SHOW PROCEDURE STATUS','Syntax:\nSHOW {PROCEDURE | FUNCTION} STATUS [LIKE \'pattern\']\n\nThis statement is a MySQL extension. It returns characteristics of\nroutines, such as the database, name, type, creator, and creation and\nmodification dates. If no pattern is specified, the information for all\nstored procedures or all stored functions is listed, depending on which\nstatement you use.\n','mysql> SHOW FUNCTION STATUS LIKE \'hello\'\\G\n*************************** 1. row ***************************\n           Db: test\n         Name: hello\n         Type: FUNCTION\n      Definer: testuser@localhost\n     Modified: 2004-08-03 15:29:37\n      Created: 2004-08-03 15:29:37\nSecurity_type: DEFINER\n      Comment:\n','show-procedure-status');
 
370
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (301,25,'SHOW WARNINGS','Syntax:\nSHOW WARNINGS [LIMIT [offset,] row_count]\nSHOW COUNT(*) WARNINGS\n\nSHOW WARNINGS shows the error, warning, and note messages that resulted\nfrom the last statement that generated messages, or nothing if the last\nstatement that used a table generated no messages. A related statement,\nSHOW ERRORS, shows only the errors. See [HELP SHOW ERRORS].\n\nThe list of messages is reset for each new statement that uses a table.\n\nThe SHOW COUNT(*) WARNINGS statement displays the total number of\nerrors, warnings, and notes. You can also retrieve this number from the\nwarning_count variable:\n\nSHOW COUNT(*) WARNINGS;\nSELECT @@warning_count;\n\nThe value of warning_count might be greater than the number of messages\ndisplayed by SHOW WARNINGS if the max_error_count system variable is\nset so low that not all messages are stored. An example shown later in\nthis section demonstrates how this can happen.\n\nThe LIMIT clause has the same syntax as for the SELECT statement. See\n[HELP SELECT].\n','','show-warnings');
 
371
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (302,24,'DESCRIBE','Syntax:\n{DESCRIBE | DESC} tbl_name [col_name | wild]\n\nDESCRIBE provides information about the columns in a table. It is a\nshortcut for SHOW COLUMNS FROM. As of MySQL 5.0.1, these statements\nalso display information for views. (See [HELP SHOW COLUMNS].)\n','','describe');
 
372
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (303,8,'DROP USER','Syntax:\nDROP USER user [, user] ...\n\nThe DROP USER statement removes one or more MySQL accounts. To use it,\nyou must have the global CREATE USER privilege or the DELETE privilege\nfor the mysql database. Each account is named using the same format as\nfor the GRANT statement; for example, \'jeffrey\'@\'localhost\'. If you\nspecify only the username part of the account name, a hostname part of\n\'%\' is used. For additional information about specifying account names,\nsee [HELP GRANT].\n\nDROP USER as present in MySQL 5.0.0 removes only accounts that have no\nprivileges. In MySQL 5.0.2, it was modified to remove account\nprivileges as well. This means that the procedure for removing an\naccount depends on your version of MySQL.\n\nAs of MySQL 5.0.2, you can remove an account and its privileges as\nfollows:\n\nDROP USER user;\n\nThe statement removes privilege rows for the account from all grant\ntables.\n','','drop-user');
 
373
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (304,14,'STDDEV_POP','Syntax:\nSTDDEV_POP(expr)\n\nReturns the population standard deviation of expr (the square root of\nVAR_POP()). This function was added in MySQL 5.0.3. Before 5.0.3, you\ncan use STD() or STDDEV(), which are equivalent but not standard SQL.\n\nSTDDEV_POP() returns NULL if there were no matching rows.\n','','group-by-functions');
 
374
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (305,25,'SHOW CHARACTER SET','Syntax:\nSHOW CHARACTER SET [LIKE \'pattern\']\n\nThe SHOW CHARACTER SET statement shows all available character sets. It\ntakes an optional LIKE clause that indicates which character set names\nto match. For example:\n\nmysql> SHOW CHARACTER SET LIKE \'latin%\';\n+---------+-----------------------------+-------------------+--------+\n| Charset | Description                 | Default collation | Maxlen |\n+---------+-----------------------------+-------------------+--------+\n| latin1  | cp1252 West European        | latin1_swedish_ci |      1 |\n| latin2  | ISO 8859-2 Central European | latin2_general_ci |      1 |\n| latin5  | ISO 8859-9 Turkish          | latin5_turkish_ci |      1 |\n| latin7  | ISO 8859-13 Baltic          | latin7_general_ci |      1 |\n+---------+-----------------------------+-------------------+--------+\n','','show-character-set');
 
375
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (306,33,'SUBSTRING','Syntax:\nSUBSTRING(str,pos), SUBSTRING(str FROM pos), SUBSTRING(str,pos,len),\nSUBSTRING(str FROM pos FOR len)\n\nThe forms without a len argument return a substring from string str\nstarting at position pos. The forms with a len argument return a\nsubstring len characters long from string str, starting at position\npos. The forms that use FROM are standard SQL syntax. It is also\npossible to use a negative value for pos. In this case, the beginning\nof the substring is pos characters from the end of the string, rather\nthan the beginning. A negative value may be used for pos in any of the\nforms of this function.\n','mysql> SELECT SUBSTRING(\'Quadratically\',5);\n        -> \'ratically\'\nmysql> SELECT SUBSTRING(\'foobarbar\' FROM 4);\n        -> \'barbar\'\nmysql> SELECT SUBSTRING(\'Quadratically\',5,6);\n        -> \'ratica\'        \nmysql> SELECT SUBSTRING(\'Sakila\', -3);\n        -> \'ila\'        \nmysql> SELECT SUBSTRING(\'Sakila\', -5, 3);\n        -> \'aki\'\nmysql> SELECT SUBSTRING(\'Sakila\' FROM -4 FOR 2);\n        -> \'ki\'\n','string-functions');
 
376
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (307,32,'ISEMPTY','IsEmpty(g)\n\nReturns 1 if the geometry value g is the empty geometry, 0 if it is not\nempty, and -1 if the argument is NULL. If the geometry is empty, it\nrepresents the empty point set.\n','','general-geometry-property-functions');
 
377
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (308,33,'LTRIM','Syntax:\nLTRIM(str)\n\nReturns the string str with leading space characters removed.\n','mysql> SELECT LTRIM(\'  barbar\');\n        -> \'barbar\'\n','string-functions');
 
378
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (309,26,'INTERSECTS','Intersects(g1,g2)\n\nReturns 1 or 0 to indicate whether g1 spatially intersects g2.\n','','functions-that-test-spatial-relationships-between-geometries');
 
379
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (310,35,'CALL','Syntax:\nCALL sp_name([parameter[,...]])\nCALL sp_name[()]\n\nThe CALL statement invokes a procedure that was defined previously with\nCREATE PROCEDURE.\n\nCALL can pass back values to its caller using parameters that are\ndeclared as OUT or INOUT parameters. It also "returns" the number of\nrows affected, which a client program can obtain at the SQL level by\ncalling the ROW_COUNT() function and from C by calling the\nmysql_affected_rows() C API function.\n\nAs of MySQL 5.1.13, stored procedures that take no arguments now can be\ninvoked without parentheses. That is, CALL p() and CALL p are\nequivalent.\n','','call');
 
380
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (311,5,'MBRDISJOINT','MBRDisjoint(g1,g2)\n\nReturns 1 or 0 to indicate whether the Minimum Bounding Rectangles of\nthe two geometries g1 and g2 are disjoint (do not intersect).\n','','relations-on-geometry-mbr');
 
381
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (312,13,'VALUES','Syntax:\nVALUES(col_name)\n\nIn an INSERT ... ON DUPLICATE KEY UPDATE statement, you can use the\nVALUES(col_name) function in the UPDATE clause to refer to column\nvalues from the INSERT portion of the statement. In other words,\nVALUES(col_name) in the UPDATE clause refers to the value of col_name\nthat would be inserted, had no duplicate-key conflict occurred. This\nfunction is especially useful in multiple-row inserts. The VALUES()\nfunction is meaningful only in INSERT ... ON DUPLICATE KEY UPDATE\nstatements and returns NULL otherwise.\nhttp://dev.mysql.com/doc/refman/5.0/en/insert-on-duplicate.html.\n','mysql> INSERT INTO table (a,b,c) VALUES (1,2,3),(4,5,6)\n    -> ON DUPLICATE KEY UPDATE c=VALUES(a)+VALUES(b);\n','miscellaneous-functions');
 
382
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (313,33,'SUBSTRING_INDEX','Syntax:\nSUBSTRING_INDEX(str,delim,count)\n\nReturns the substring from string str before count occurrences of the\ndelimiter delim. If count is positive, everything to the left of the\nfinal delimiter (counting from the left) is returned. If count is\nnegative, everything to the right of the final delimiter (counting from\nthe right) is returned. SUBSTRING_INDEX() performs a case-sensitive\nmatch when searching for delim.\n','mysql> SELECT SUBSTRING_INDEX(\'www.mysql.com\', \'.\', 2);\n        -> \'www.mysql\'\nmysql> SELECT SUBSTRING_INDEX(\'www.mysql.com\', \'.\', -2);\n        -> \'mysql.com\'\n','string-functions');
 
383
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (314,10,'ENCODE','Syntax:\nENCODE(str,pass_str)\n\nEncrypt str using pass_str as the password. To decrypt the result, use\nDECODE().\n\nThe result is a binary string of the same length as str.\n\nThe strength of the encryption is based on how good the random\ngenerator is. It should suffice for short strings.\n','','encryption-functions');
 
384
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (315,35,'LOOP','Syntax:\n[begin_label:] LOOP\n    statement_list\nEND LOOP [end_label]\n\nLOOP implements a simple loop construct, enabling repeated execution of\nthe statement list, which consists of one or more statements. The\nstatements within the loop are repeated until the loop is exited;\nusually this is accomplished with a LEAVE statement.\n\nA LOOP statement can be labeled. end_label cannot be given unless\nbegin_label also is present. If both are present, they must be the\nsame.\n','','loop-statement');
 
385
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (316,4,'TRUNCATE','Syntax:\nTRUNCATE(X,D)\n\nReturns the number X, truncated to D decimal places. If D is 0, the\nresult has no decimal point or fractional part. D can be negative to\ncause D digits left of the decimal point of the value X to become zero.\n','mysql> SELECT TRUNCATE(1.223,1);\n        -> 1.2\nmysql> SELECT TRUNCATE(1.999,1);\n        -> 1.9\nmysql> SELECT TRUNCATE(1.999,0);\n        -> 1\nmysql> SELECT TRUNCATE(-1.999,1);\n        -> -1.9\nmysql> SELECT TRUNCATE(122,-2);\n       -> 100\nmysql> SELECT TRUNCATE(10.28*100,0);\n       -> 1028\n','mathematical-functions');
 
386
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (317,28,'TIMESTAMPADD','Syntax:\nTIMESTAMPADD(unit,interval,datetime_expr)\n\nAdds the integer expression interval to the date or datetime expression\ndatetime_expr. The unit for interval is given by the unit argument,\nwhich should be one of the following values: FRAC_SECOND, SECOND,\nMINUTE, HOUR, DAY, WEEK, MONTH, QUARTER, or YEAR.\n\nThe unit value may be specified using one of keywords as shown, or with\na prefix of SQL_TSI_. For example, DAY and SQL_TSI_DAY both are legal.\n','mysql> SELECT TIMESTAMPADD(MINUTE,1,\'2003-01-02\');\n        -> \'2003-01-02 00:01:00\'\nmysql> SELECT TIMESTAMPADD(WEEK,1,\'2003-01-02\');\n        -> \'2003-01-09\'\n','date-and-time-functions');
 
387
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (318,25,'SHOW','SHOW has many forms that provide information about databases, tables,\ncolumns, or status information about the server. This section describes\nthose following:\n\nSHOW [FULL] COLUMNS FROM tbl_name [FROM db_name] [LIKE \'pattern\']\nSHOW CREATE DATABASE db_name\nSHOW CREATE FUNCTION funcname\nSHOW CREATE PROCEDURE procname\nSHOW CREATE TABLE tbl_name\nSHOW DATABASES [LIKE \'pattern\']\nSHOW ENGINE engine_name {LOGS | STATUS }\nSHOW [STORAGE] ENGINES\nSHOW ERRORS [LIMIT [offset,] row_count]\nSHOW FUNCTION STATUS [LIKE \'pattern\']\nSHOW GRANTS FOR user\nSHOW INDEX FROM tbl_name [FROM db_name]\nSHOW INNODB STATUS\nSHOW PROCEDURE STATUS [LIKE \'pattern\']\nSHOW [BDB] LOGS\nSHOW MUTEX STATUS\nSHOW PRIVILEGES\nSHOW [FULL] PROCESSLIST\nSHOW [GLOBAL | SESSION] STATUS [LIKE \'pattern\']\nSHOW TABLE STATUS [FROM db_name] [LIKE \'pattern\']\nSHOW [OPEN] TABLES [FROM db_name] [LIKE \'pattern\']\nSHOW TRIGGERS\nSHOW [GLOBAL | SESSION] VARIABLES [LIKE \'pattern\']\nSHOW WARNINGS [LIMIT [offset,] row_count]\n\nThe SHOW statement also has forms that provide information about\nreplication master and slave servers and are described in [HELP PURGE\nMASTER LOGS]:\n\nSHOW BINARY LOGS\nSHOW BINLOG EVENTS\nSHOW MASTER STATUS\nSHOW SLAVE HOSTS\nSHOW SLAVE STATUS\n\nIf the syntax for a given SHOW statement includes a LIKE \'pattern\'\npart, \'pattern\' is a string that can contain the SQL `%\' and `_\'\nwildcard characters. The pattern is useful for restricting statement\noutput to matching values.\n\nSeveral SHOW statements also accept a WHERE clause that provides more\nflexibility in specifying which rows to display. See\nhttp://dev.mysql.com/doc/refman/5.0/en/extended-show.html.\n','','show');
 
388
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (319,17,'GREATEST','Syntax:\nGREATEST(value1,value2,...)\n\nWith two or more arguments, returns the largest (maximum-valued)\nargument. The arguments are compared using the same rules as for\nLEAST().\n','mysql> SELECT GREATEST(2,0);\n        -> 2\nmysql> SELECT GREATEST(34.0,3.0,5.0,767.0);\n        -> 767.0\nmysql> SELECT GREATEST(\'B\',\'A\',\'C\');\n        -> \'C\'\n','comparison-operators');
 
389
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (320,33,'OCTETLENGTH','Syntax:\nOCTET_LENGTH(str)\n\nOCTET_LENGTH() is a synonym for LENGTH().\n','','string-functions');
 
390
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (321,25,'SHOW VARIABLES','Syntax:\nSHOW [GLOBAL | SESSION] VARIABLES [LIKE \'pattern\']\n\nSHOW VARIABLES shows the values of MySQL system variables. This\ninformation also can be obtained using the mysqladmin variables\ncommand.\n\nWith the GLOBAL modifier, SHOW VARIABLES displays the values that are\nused for new connections to MySQL. With SESSION, it displays the values\nthat are in effect for the current connection. If no modifier is\npresent, the default is SESSION. LOCAL is a synonym for SESSION.\nWith a LIKE clause, the statement displays only rows for those\nvariables with names that match the pattern. To obtain the row for a\nspecific variable, use a LIKE clause as shown:\n\nSHOW VARIABLES LIKE \'max_join_size\';\nSHOW SESSION VARIABLES LIKE \'max_join_size\';\n\nTo get a list of variables whose name match a pattern, use the `%\'\nwildcard character in a LIKE clause:\n\nSHOW VARIABLES LIKE \'%size%\';\nSHOW GLOBAL VARIABLES LIKE \'%size%\';\n\nWildcard characters can be used in any position within the pattern to\nbe matched. Strictly speaking, because `_\' is a wildcard that matches\nany single character, you should escape it as `\\_\' to match it\nliterally. In practice, this is rarely necessary.\n','','show-variables');
 
391
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (322,14,'BIT_AND','Syntax:\nBIT_AND(expr)\n\nReturns the bitwise AND of all bits in expr. The calculation is\nperformed with 64-bit (BIGINT) precision.\n','','group-by-functions');
 
392
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (323,28,'SECOND','Syntax:\nSECOND(time)\n\nReturns the second for time, in the range 0 to 59.\n','mysql> SELECT SECOND(\'10:05:03\');\n        -> 3\n','date-and-time-functions');
 
393
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (324,4,'ATAN2','Syntax:\nATAN(Y,X), ATAN2(Y,X)\n\nReturns the arc tangent of the two variables X and Y. It is similar to\ncalculating the arc tangent of Y / X, except that the signs of both\narguments are used to determine the quadrant of the result.\n','mysql> SELECT ATAN(-2,2);\n        -> -0.78539816339745\nmysql> SELECT ATAN2(PI(),0);\n        -> 1.5707963267949\n','mathematical-functions');
 
394
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (325,5,'MBRCONTAINS','MBRContains(g1,g2)\n\nReturns 1 or 0 to indicate whether the Minimum Bounding Rectangle of g1\ncontains the Minimum Bounding Rectangle of g2.\n','mysql> SET @g1 = GeomFromText(\'Polygon((0 0,0 3,3 3,3 0,0 0))\');\nmysql> SET @g2 = GeomFromText(\'Point(1 1)\');\nmysql> SELECT MBRContains(@g1,@g2), MBRContains(@g2,@g1);\n----------------------+----------------------+\n| MBRContains(@g1,@g2) | MBRContains(@g2,@g1) |\n+----------------------+----------------------+\n|                    1 |                    0 |\n+----------------------+----------------------+\n','relations-on-geometry-mbr');
 
395
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (326,28,'HOUR','Syntax:\nHOUR(time)\n\nReturns the hour for time. The range of the return value is 0 to 23 for\ntime-of-day values. However, the range of TIME values actually is much\nlarger, so HOUR can return values greater than 23.\n','mysql> SELECT HOUR(\'10:05:03\');\n        -> 10\nmysql> SELECT HOUR(\'272:59:59\');\n        -> 272\n','date-and-time-functions');
 
396
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (327,25,'SELECT','Syntax:\nSELECT\n    [ALL | DISTINCT | DISTINCTROW ]\n      [HIGH_PRIORITY]\n      [STRAIGHT_JOIN]\n      [SQL_SMALL_RESULT] [SQL_BIG_RESULT] [SQL_BUFFER_RESULT]\n      [SQL_CACHE | SQL_NO_CACHE] [SQL_CALC_FOUND_ROWS]\n    select_expr, ...\n    [FROM table_references\n    [WHERE where_condition]\n    [GROUP BY {col_name | expr | position}\n      [ASC | DESC], ... [WITH ROLLUP]]\n    [HAVING where_condition]\n    [ORDER BY {col_name | expr | position}\n      [ASC | DESC], ...]\n    [LIMIT {[offset,] row_count | row_count OFFSET offset}]\n    [PROCEDURE procedure_name(argument_list)]\n    [INTO OUTFILE \'file_name\' export_options\n      | INTO DUMPFILE \'file_name\'\n      | INTO @var_name [, @var_name]]\n    [FOR UPDATE | LOCK IN SHARE MODE]]\n\nSELECT is used to retrieve rows selected from one or more tables, and\ncan include UNION statements and subqueries. See [HELP UNION], and\nhttp://dev.mysql.com/doc/refman/5.0/en/subqueries.html.\n\nThe most commonly used clauses of SELECT statements are these:\n\no Each select_expr indicates a column that you want to retrieve. There\n  must be at least one select_expr.\n\no table_references indicates the table or tables from which to retrieve\n  rows. Its syntax is described in [HELP JOIN].\n\no The WHERE clause, if given, indicates the condition or conditions\n  that rows must satisfy to be selected. where_condition is an\n  expression that evaluates to true for each row to be selected. The\n  statement selects all rows if there is no WHERE clause.\n\n  In the WHERE clause, you can use any of the functions and operators\n  that MySQL supports, except for aggregate (summary) functions. See\n  [HELP =].\n\nSELECT can also be used to retrieve rows computed without reference to\nany table.\n','','select');
 
397
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (328,4,'COT','Syntax:\nCOT(X)\n\nReturns the cotangent of X.\n','mysql> SELECT COT(12);\n        -> -1.5726734063977\nmysql> SELECT COT(0);\n        -> NULL\n','mathematical-functions');
 
398
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (329,19,'BACKUP TABLE','Syntax:\nBACKUP TABLE tbl_name [, tbl_name] ... TO \'/path/to/backup/directory\'\n\nNote: This statement is deprecated. We are working on a better\nreplacement for it that will provide online backup capabilities. In the\nmeantime, the mysqlhotcopy script can be used instead.\n\nBACKUP TABLE copies to the backup directory the minimum number of table\nfiles needed to restore the table, after flushing any buffered changes\nto disk. The statement works only for MyISAM tables. It copies the .frm\ndefinition and .MYD data files. The .MYI index file can be rebuilt from\nthose two files. The directory should be specified as a full pathname.\nTo restore the table, use RESTORE TABLE.\n','','backup-table');
 
399
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (330,33,'LOAD_FILE','Syntax:\nLOAD_FILE(file_name)\n\nReads the file and returns the file contents as a string. To use this\nfunction, the file must be located on the server host, you must specify\nthe full pathname to the file, and you must have the FILE privilege.\nThe file must be readable by all and its size less than\nmax_allowed_packet bytes.\n\nIf the file does not exist or cannot be read because one of the\npreceding conditions is not satisfied, the function returns NULL.\n\nAs of MySQL 5.0.19, the character_set_filesystem system variable\ncontrols interpretation of filenames that are given as literal strings.\n','mysql> UPDATE t\n            SET blob_col=LOAD_FILE(\'/tmp/picture\')\n            WHERE id=1;\n','string-functions');
 
400
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (331,3,'POINTFROMTEXT','PointFromText(wkt[,srid])\n\nConstructs a POINT value using its WKT representation and SRID.\n','','gis-wkt-functions');
 
401
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (332,25,'LOAD TABLE FROM MASTER','Syntax:\nLOAD TABLE tbl_name FROM MASTER\n\nThis feature is deprecated. We recommend not using it anymore. It is\nsubject to removal in a future version of MySQL.\n\nSince the current implementation of LOAD DATA FROM MASTER and LOAD\nTABLE FROM MASTER is very limited, these statements are deprecated in\nversions 4.1 of MySQL and above. We will introduce a more advanced\ntechnique (called "online backup") in a future version. That technique\nwill have the additional advantage of working with more storage\nengines.\n\nFor MySQL 5.1 and earlier, the recommended alternative solution to\nusing LOAD DATA FROM MASTER or LOAD TABLE FROM MASTER is using\nmysqldump or mysqlhotcopy. The latter requires Perl and two Perl\nmodules (DBI and DBD:mysql) and works for MyISAM and ARCHIVE tables\nonly. With mysqldump, you can create SQL dumps on the master and pipe\n(or copy) these to a mysql client on the slave. This has the advantage\nof working for all storage engines, but can be quite slow, since it\nworks using SELECT.\n\nTransfers a copy of the table from the master to the slave. This\nstatement is implemented mainly debugging LOAD DATA FROM MASTER\noperations. To use LOAD TABLE, the account used for connecting to the\nmaster server must have the RELOAD and SUPER privileges on the master\nand the SELECT privilege for the master table to load. On the slave\nside, the user that issues LOAD TABLE FROM MASTER must have privileges\nfor dropping and creating the table.\n\nThe conditions for LOAD DATA FROM MASTER apply here as well. For\nexample, LOAD TABLE FROM MASTER works only for MyISAM tables. The\ntimeout notes for LOAD DATA FROM MASTER apply as well.\n','','load-table-from-master');
 
402
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (333,14,'GROUP_CONCAT','Syntax:\nGROUP_CONCAT(expr)\n\nThis function returns a string result with the concatenated non-NULL\nvalues from a group. It returns NULL if there are no non-NULL values.\nThe full syntax is as follows:\n\nGROUP_CONCAT([DISTINCT] expr [,expr ...]\n             [ORDER BY {unsigned_integer | col_name | expr}\n                 [ASC | DESC] [,col_name ...]]\n             [SEPARATOR str_val])\n','mysql> SELECT student_name,\n    ->     GROUP_CONCAT(test_score)\n    ->     FROM student\n    ->     GROUP BY student_name;\n','group-by-functions');
 
403
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (334,28,'DATE_FORMAT','Syntax:\nDATE_FORMAT(date,format)\n\nFormats the date value according to the format string.\n','mysql> SELECT DATE_FORMAT(\'1997-10-04 22:23:00\', \'%W %M %Y\');\n        -> \'Saturday October 1997\'\nmysql> SELECT DATE_FORMAT(\'1997-10-04 22:23:00\', \'%H:%i:%s\');\n        -> \'22:23:00\'\nmysql> SELECT DATE_FORMAT(\'1997-10-04 22:23:00\',\n                          \'%D %y %a %d %m %b %j\');\n        -> \'4th 97 Sat 04 10 Oct 277\'\nmysql> SELECT DATE_FORMAT(\'1997-10-04 22:23:00\',\n                          \'%H %k %I %r %T %S %w\');\n        -> \'22 22 10 10:23:00 PM 22:23:00 00 6\'\nmysql> SELECT DATE_FORMAT(\'1999-01-01\', \'%X %V\');\n        -> \'1998 52\'\nmysql> SELECT DATE_FORMAT(\'2006-06-00\', \'%d\');\n        -> \'00\'\n','date-and-time-functions');
 
404
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (335,15,'BENCHMARK','Syntax:\nBENCHMARK(count,expr)\n\nThe BENCHMARK() function executes the expression expr repeatedly count\ntimes. It may be used to time how quickly MySQL processes the\nexpression. The result value is always 0. The intended use is from\nwithin the mysql client, which reports query execution times:\n','mysql> SELECT BENCHMARK(1000000,ENCODE(\'hello\',\'goodbye\'));\n+----------------------------------------------+\n| BENCHMARK(1000000,ENCODE(\'hello\',\'goodbye\')) |\n+----------------------------------------------+\n|                                            0 |\n+----------------------------------------------+\n1 row in set (4.74 sec)\n','information-functions');
 
405
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (336,28,'YEAR','Syntax:\nYEAR(date)\n\nReturns the year for date, in the range 1000 to 9999, or 0 for the\n"zero" date.\n','mysql> SELECT YEAR(\'98-02-03\');\n        -> 1998\n','date-and-time-functions');
 
406
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (337,25,'SHOW ENGINE','Syntax:\nSHOW ENGINE engine_name {LOGS | STATUS }\n\nSHOW ENGINE displays log or status information about a storage engine.\nThe following statements currently are supported:\n\nSHOW ENGINE BDB LOGS\nSHOW ENGINE INNODB STATUS\nSHOW ENGINE NDB STATUS\n','','show-engine');
 
407
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (338,13,'NAME_CONST','Syntax:\nNAME_CONST(name,value)\n\nReturns the given value. When used to produce a result set column,\nNAME_CONST() causes the column to have the given name.\n\nmysql> SELECT NAME_CONST(\'myname\', 14);\n+--------+\n| myname |\n+--------+\n|     14 |\n+--------+\n','','miscellaneous-functions');
 
408
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (339,13,'RELEASE_LOCK','Syntax:\nRELEASE_LOCK(str)\n\nReleases the lock named by the string str that was obtained with\nGET_LOCK(). Returns 1 if the lock was released, 0 if the lock was not\nestablished by this thread (in which case the lock is not released),\nand NULL if the named lock did not exist. The lock does not exist if it\nwas never obtained by a call to GET_LOCK() or if it has previously been\nreleased.\n\nThe DO statement is convenient to use with RELEASE_LOCK(). See [HELP\nDO].\n','','miscellaneous-functions');
 
409
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (340,17,'IS NULL','Syntax:\nIS NULL, IS NOT NULL\n\nTests whether a value is or is not NULL.\n','mysql> SELECT 1 IS NULL, 0 IS NULL, NULL IS NULL;\n        -> 0, 0, 1\nmysql> SELECT 1 IS NOT NULL, 0 IS NOT NULL, NULL IS NOT NULL;\n        -> 1, 1, 0\n','comparison-operators');
 
410
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (341,28,'CONVERT_TZ','Syntax:\nCONVERT_TZ(dt,from_tz,to_tz)\n\nCONVERT_TZ() converts a datetime value dt from the time zone given by\nfrom_tz to the time zone given by to_tz and returns the resulting\nvalue. Time zones are specified as described in\nhttp://dev.mysql.com/doc/refman/5.0/en/time-zone-support.html. This\nfunction returns NULL if the arguments are invalid.\n','mysql> SELECT CONVERT_TZ(\'2004-01-01 12:00:00\',\'GMT\',\'MET\');\n        -> \'2004-01-01 13:00:00\'\nmysql> SELECT CONVERT_TZ(\'2004-01-01 12:00:00\',\'+00:00\',\'+10:00\');\n        -> \'2004-01-01 22:00:00\'\n','date-and-time-functions');
 
411
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (342,28,'TIME_TO_SEC','Syntax:\nTIME_TO_SEC(time)\n\nReturns the time argument, converted to seconds.\n','mysql> SELECT TIME_TO_SEC(\'22:23:00\');\n        -> 80580\nmysql> SELECT TIME_TO_SEC(\'00:39:38\');\n        -> 2378\n','date-and-time-functions');
 
412
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (343,28,'WEEKDAY','Syntax:\nWEEKDAY(date)\n\nReturns the weekday index for date (0 = Monday, 1 = Tuesday, ... 6 =\nSunday).\n','mysql> SELECT WEEKDAY(\'1998-02-03 22:23:00\');\n        -> 1\nmysql> SELECT WEEKDAY(\'1997-11-05\');\n        -> 2\n','date-and-time-functions');
 
413
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (344,33,'EXPORT_SET','Syntax:\nEXPORT_SET(bits,on,off[,separator[,number_of_bits]])\n\nReturns a string such that for every bit set in the value bits, you get\nan on string and for every reset bit, you get an off string. Bits in\nbits are examined from right to left (from low-order to high-order\nbits). Strings are added to the result from left to right, separated by\nthe separator string (the default being the comma character `,\'). The\nnumber of bits examined is given by number_of_bits (defaults to 64).\n','mysql> SELECT EXPORT_SET(5,\'Y\',\'N\',\',\',4);\n        -> \'Y,N,Y,N\'\nmysql> SELECT EXPORT_SET(6,\'1\',\'0\',\',\',10);\n        -> \'0,1,1,0,0,0,0,0,0,0\'\n','string-functions');
 
414
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (345,28,'TIME FUNCTION','Syntax:\nTIME(expr)\n\nExtracts the time part of the time or datetime expression expr and\nreturns it as a string.\n','mysql> SELECT TIME(\'2003-12-31 01:02:03\');\n        -> \'01:02:03\'\nmysql> SELECT TIME(\'2003-12-31 01:02:03.000123\');\n        -> \'01:02:03.000123\'\n','date-and-time-functions');
 
415
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (346,28,'DATE_ADD','Syntax:\nDATE_ADD(date,INTERVAL expr unit), DATE_SUB(date,INTERVAL expr unit)\n\nThese functions perform date arithmetic. date is a DATETIME or DATE\nvalue specifying the starting date. expr is an expression specifying\nthe interval value to be added or subtracted from the starting date.\nexpr is a string; it may start with a `-\' for negative intervals. unit\nis a keyword indicating the units in which the expression should be\ninterpreted.\n','mysql> SELECT \'1997-12-31 23:59:59\' + INTERVAL 1 SECOND;\n        -> \'1998-01-01 00:00:00\'\nmysql> SELECT INTERVAL 1 DAY + \'1997-12-31\';\n        -> \'1998-01-01\'\nmysql> SELECT \'1998-01-01\' - INTERVAL 1 SECOND;\n        -> \'1997-12-31 23:59:59\'\nmysql> SELECT DATE_ADD(\'1997-12-31 23:59:59\',\n    ->                 INTERVAL 1 SECOND);\n        -> \'1998-01-01 00:00:00\'\nmysql> SELECT DATE_ADD(\'1997-12-31 23:59:59\',\n    ->                 INTERVAL 1 DAY);\n        -> \'1998-01-01 23:59:59\'\nmysql> SELECT DATE_ADD(\'1997-12-31 23:59:59\',\n    ->                 INTERVAL \'1:1\' MINUTE_SECOND);\n        -> \'1998-01-01 00:01:00\'\nmysql> SELECT DATE_SUB(\'1998-01-01 00:00:00\',\n    ->                 INTERVAL \'1 1:1:1\' DAY_SECOND);\n        -> \'1997-12-30 22:58:59\'\nmysql> SELECT DATE_ADD(\'1998-01-01 00:00:00\',\n    ->                 INTERVAL \'-1 10\' DAY_HOUR);\n        -> \'1997-12-30 14:00:00\'\nmysql> SELECT DATE_SUB(\'1998-01-02\', INTERVAL 31 DAY);\n        -> \'1997-12-02\'\nmysql> SELECT DATE_ADD(\'1992-12-31 23:59:59.000002\',\n    ->            INTERVAL \'1.999999\' SECOND_MICROSECOND);\n        -> \'1993-01-01 00:00:01.000001\'\n','date-and-time-functions');
 
416
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (347,33,'CAST','Syntax:\nCAST(expr AS type), CONVERT(expr,type), CONVERT(expr USING\ntranscoding_name)\n\nThe CAST() and CONVERT() functions take a value of one type and produce\na value of another type.\n\nThe type can be one of the following values:\n\no BINARY[(N)]\n\no CHAR[(N)]\n\no DATE\n\no DATETIME\n\no DECIMAL\n\no SIGNED [INTEGER]\n\no TIME\n\no UNSIGNED [INTEGER]\n\nBINARY produces a string with the BINARY data type. See\nhttp://dev.mysql.com/doc/refman/5.0/en/binary-varbinary.html for a\ndescription of how this affects comparisons. If the optional length N\nis given, BINARY(N) causes the cast to use no more than N bytes of the\nargument. As of MySQL 5.0.17, values shorter than N bytes are padded\nwith 0x00 bytes to a length of N.\n\nCHAR(N) causes the cast to use no more than N characters of the\nargument.\n\nThe DECIMAL type is available as of MySQL 5.0.8.\n\nCAST() and CONVERT(... USING ...) are standard SQL syntax. The\nnon-USING form of CONVERT() is ODBC syntax.\n\nCONVERT() with USING is used to convert data between different\ncharacter sets. In MySQL, transcoding names are the same as the\ncorresponding character set names. For example, this statement converts\nthe string \'abc\' in the default character set to the corresponding\nstring in the utf8 character set:\n\nSELECT CONVERT(\'abc\' USING utf8);\n','SELECT enum_col FROM tbl_name ORDER BY CAST(enum_col AS CHAR);\n','cast-functions');
 
417
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (348,33,'SOUNDS LIKE','Syntax:\nexpr1 SOUNDS LIKE expr2\n\nThis is the same as SOUNDEX(expr1) = SOUNDEX(expr2).\n','','string-functions');
 
418
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (349,28,'PERIOD_DIFF','Syntax:\nPERIOD_DIFF(P1,P2)\n\nReturns the number of months between periods P1 and P2. P1 and P2\nshould be in the format YYMM or YYYYMM. Note that the period arguments\nP1 and P2 are not date values.\n','mysql> SELECT PERIOD_DIFF(9802,199703);\n        -> 11\n','date-and-time-functions');
 
419
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (350,33,'LIKE','Syntax:\nexpr LIKE pat [ESCAPE \'escape_char\']\n\nPattern matching using SQL simple regular expression comparison.\nReturns 1 (TRUE) or 0 (FALSE). If either expr or pat is NULL, the\nresult is NULL.\n\nThe pattern need not be a literal string. For example, it can be\nspecified as a string expression or table column.\n','mysql> SELECT \'David!\' LIKE \'David_\';\n        -> 1\nmysql> SELECT \'David!\' LIKE \'%D%v%\';\n        -> 1\n','string-comparison-functions');
 
420
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (351,22,'MULTIPOINT','MultiPoint(pt1,pt2,...)\n\nConstructs a WKB MultiPoint value using WKB Point arguments. If any\nargument is not a WKB Point, the return value is NULL.\n','','gis-mysql-specific-functions');
 
421
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (352,18,'>>','Syntax:\n>>\n\nShifts a longlong (BIGINT) number to the right.\n','mysql> SELECT 4 >> 2;\n        -> 1\n','bit-functions');
 
422
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (353,35,'FETCH','Syntax:\nFETCH cursor_name INTO var_name [, var_name] ...\n\nThis statement fetches the next row (if a row exists) using the\nspecified open cursor, and advances the cursor pointer.\n\nIf no more rows are available, a No Data condition occurs with SQLSTATE\nvalue 02000. To detect this condition, you can set up a handler for it.\nAn example is shown in [HELP DECLARE CURSOR].\n','','fetch');
 
423
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (354,14,'AVG','Syntax:\nAVG([DISTINCT] expr)\n\nReturns the average value of expr. The DISTINCT option can be used as\nof MySQL 5.0.3 to return the average of the distinct values of expr.\n\nAVG() returns NULL if there were no matching rows.\n','mysql> SELECT student_name, AVG(test_score)\n    ->        FROM student\n    ->        GROUP BY student_name;\n','group-by-functions');
 
424
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (355,27,'TRUE FALSE','The constants TRUE and FALSE evaluate to 1 and 0, respectively. The\nconstant names can be written in any lettercase.\n\nmysql> SELECT TRUE, true, FALSE, false;\n        -> 1, 1, 0, 0\n','','boolean-values');
 
425
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (356,5,'MBRWITHIN','MBRWithin(g1,g2)\n\nReturns 1 or 0 to indicate whether the Minimum Bounding Rectangle of g1\nis within the Minimum Bounding Rectangle of g2.\n','mysql> SET @g1 = GeomFromText(\'Polygon((0 0,0 3,3 3,3 0,0 0))\');\nmysql> SET @g2 = GeomFromText(\'Polygon((0 0,0 5,5 5,5 0,0 0))\');\nmysql> SELECT MBRWithin(@g1,@g2), MBRWithin(@g2,@g1);\n+--------------------+--------------------+\n| MBRWithin(@g1,@g2) | MBRWithin(@g2,@g1) |\n+--------------------+--------------------+\n|                  1 |                  0 |\n+--------------------+--------------------+\n','relations-on-geometry-mbr');
 
426
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (357,17,'IN','Syntax:\nexpr IN (value,...)\n\nReturns 1 if expr is equal to any of the values in the IN list, else\nreturns 0. If all values are constants, they are evaluated according to\nthe type of expr and sorted. The search for the item then is done using\na binary search. This means IN is very quick if the IN value list\nconsists entirely of constants. Otherwise, type conversion takes place\naccording to the rules described in\nhttp://dev.mysql.com/doc/refman/5.0/en/type-conversion.html, but\napplied to all the arguments.\n','mysql> SELECT 2 IN (0,3,5,7);\n        -> 0\nmysql> SELECT \'wefwf\' IN (\'wee\',\'wefwf\',\'weg\');\n        -> 1\n','comparison-operators');
 
427
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (358,33,'QUOTE','Syntax:\nQUOTE(str)\n\nQuotes a string to produce a result that can be used as a properly\nescaped data value in an SQL statement. The string is returned enclosed\nby single quotes and with each instance of single quote (`\'\'),\nbackslash (`\\\'), ASCII NUL, and Control-Z preceded by a backslash. If\nthe argument is NULL, the return value is the word "NULL" without\nenclosing single quotes.\n','mysql> SELECT QUOTE(\'Don\\\'t!\');\n        -> \'Don\\\'t!\'\nmysql> SELECT QUOTE(NULL);\n        -> NULL\n','string-functions');
 
428
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (359,15,'SESSION_USER','Syntax:\nSESSION_USER()\n\nSESSION_USER() is a synonym for USER().\n','','information-functions');
 
429
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (360,24,'HELP COMMAND','Syntax:\nmysql> help search_string\n\nIf you provide an argument to the help command, mysql uses it as a\nsearch string to access server-side help from the contents of the MySQL\nReference Manual. The proper operation of this command requires that\nthe help tables in the mysql database be initialized with help topic\ninformation (see\nhttp://dev.mysql.com/doc/refman/5.0/en/server-side-help-support.html).\n\nIf there is no match for the search string, the search fails:\n\nmysql> help me\n\nNothing found\nPlease try to run \'help contents\' for a list of all accessible topics\n\nUse help contents to see a list of the help categories:\n\nmysql> help contents\nYou asked for help about help category: "Contents"\nFor more information, type \'help <item>\', where <item> is one of the\nfollowing categories:\n   Account Management\n   Administration\n   Data Definition\n   Data Manipulation\n   Data Types\n   Functions\n   Functions and Modifiers for Use with GROUP BY\n   Geographic Features\n   Language Structure\n   Storage Engines\n   Stored Routines\n   Table Maintenance\n   Transactions\n   Triggers\n\nIf the search string matches multiple items, mysql shows a list of\nmatching topics:\n\nmysql> help logs\nMany help items for your request exist.\nTo make a more specific request, please type \'help <item>\',\nwhere <item> is one of the following topics:\n   SHOW\n   SHOW BINARY LOGS\n   SHOW ENGINE\n   SHOW LOGS\n\nUse a topic as the search string to see the help entry for that topic:\n\nmysql> help show binary logs\nName: \'SHOW BINARY LOGS\'\nDescription:\nSyntax:\nSHOW BINARY LOGS\nSHOW MASTER LOGS\n\nLists the binary log files on the server. This statement is used as\npart of the procedure described in [purge-master-logs], that shows how\nto determine which logs can be purged.\n\nmysql> SHOW BINARY LOGS;\n+---------------+-----------+\n| Log_name      | File_size |\n+---------------+-----------+\n| binlog.000015 |    724935 |\n| binlog.000016 |    733481 |\n+---------------+-----------+\n','','mysql-server-side-help');
 
430
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (361,28,'QUARTER','Syntax:\nQUARTER(date)\n\nReturns the quarter of the year for date, in the range 1 to 4.\n','mysql> SELECT QUARTER(\'98-04-01\');\n        -> 2\n','date-and-time-functions');
 
431
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (362,33,'POSITION','Syntax:\nPOSITION(substr IN str)\n\nPOSITION(substr IN str) is a synonym for LOCATE(substr,str).\n','','string-functions');
 
432
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (363,13,'IS_USED_LOCK','Syntax:\nIS_USED_LOCK(str)\n\nChecks whether the lock named str is in use (that is, locked). If so,\nit returns the connection identifier of the client that holds the lock.\nOtherwise, it returns NULL.\n','','miscellaneous-functions');
 
433
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (364,3,'POLYFROMTEXT','PolyFromText(wkt[,srid]), PolygonFromText(wkt[,srid])\n\nConstructs a POLYGON value using its WKT representation and SRID.\n','','gis-wkt-functions');
 
434
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (365,10,'DES_ENCRYPT','Syntax:\nDES_ENCRYPT(str[,{key_num|key_str}])\n\nEncrypts the string with the given key using the Triple-DES algorithm.\n','key_num des_key_str\n','encryption-functions');
 
435
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (366,33,'LENGTH','Syntax:\nLENGTH(str)\n\nReturns the length of the string str, measured in bytes. A multi-byte\ncharacter counts as multiple bytes. This means that for a string\ncontaining five two-byte characters, LENGTH() returns 10, whereas\nCHAR_LENGTH() returns 5.\n','mysql> SELECT LENGTH(\'text\');\n        -> 4\n','string-functions');
 
436
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (367,28,'STR_TO_DATE','Syntax:\nSTR_TO_DATE(str,format)\n\nThis is the inverse of the DATE_FORMAT() function. It takes a string\nstr and a format string format. STR_TO_DATE() returns a DATETIME value\nif the format string contains both date and time parts, or a DATE or\nTIME value if the string contains only date or time parts.\n\nThe date, time, or datetime values contained in str should be given in\nthe format indicated by format. For the specifiers that can be used in\nformat, see the DATE_FORMAT() function description. If str contains an\nillegal date, time, or datetime value, STR_TO_DATE() returns NULL.\nStarting from MySQL 5.0.3, an illegal value also produces a warning.\n','','date-and-time-functions');
 
437
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (368,9,'Y','Y(p)\n\nReturns the Y-coordinate value for the point p as a double-precision\nnumber.\n','mysql> SET @pt = \'Point(56.7 53.34)\';\nmysql> SELECT Y(GeomFromText(@pt));\n+----------------------+\n| Y(GeomFromText(@pt)) |\n+----------------------+\n|                53.34 |\n+----------------------+\n','point-property-functions');
 
438
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (369,25,'SHOW INNODB STATUS','Syntax:\nSHOW INNODB STATUS\n\nIn MySQL 5.0, this is a deprecated synonym for SHOW ENGINE INNODB\nSTATUS. See [HELP SHOW ENGINE].\n','','show-innodb-status');
 
439
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (370,19,'CHECKSUM TABLE','Syntax:\nCHECKSUM TABLE tbl_name [, tbl_name] ... [ QUICK | EXTENDED ]\n\nCHECKSUM TABLE reports a table checksum.\n\nWith QUICK, the live table checksum is reported if it is available, or\nNULL otherwise. This is very fast. A live checksum is enabled by\nspecifying the CHECKSUM=1 table option when you create the table;\ncurrently, this is supported only for MyISAM tables. See [HELP CREATE\nTABLE].\n\nWith EXTENDED, the entire table is read row by row and the checksum is\ncalculated. This can be very slow for large tables.\n\nIf neither QUICK nor EXTENDED is specified, MySQL returns a live\nchecksum if the table storage engine supports it and scans the table\notherwise.\n\nFor a non-existent table, CHECKSUM TABLE returns NULL and, as of MySQL\n5.0.3, generates a warning.\n\nThe checksum value depends on the table row format. If the row format\nchanges, the checksum will change. For example, the storage format for\nVARCHAR changed between MySQL 4.1 and 5.0, so if a 4.1 table is\nupgraded to MySQL 5.0, the checksum value may change.\n','','checksum-table');
 
440
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (371,2,'NUMINTERIORRINGS','NumInteriorRings(poly)\n\nReturns the number of interior rings in the Polygon value poly.\n','mysql> SET @poly =\n    -> \'Polygon((0 0,0 3,3 3,3 0,0 0),(1 1,1 2,2 2,2 1,1 1))\';\nmysql> SELECT NumInteriorRings(GeomFromText(@poly));\n+---------------------------------------+\n| NumInteriorRings(GeomFromText(@poly)) |\n+---------------------------------------+\n|                                     1 |\n+---------------------------------------+\n','polygon-property-functions');
 
441
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (372,2,'INTERIORRINGN','InteriorRingN(poly,N)\n\nReturns the N-th interior ring for the Polygon value poly as a\nLineString. Rings are numbered beginning with 1.\n','mysql> SET @poly =\n    -> \'Polygon((0 0,0 3,3 3,3 0,0 0),(1 1,1 2,2 2,2 1,1 1))\';\nmysql> SELECT AsText(InteriorRingN(GeomFromText(@poly),1));\n+----------------------------------------------+\n| AsText(InteriorRingN(GeomFromText(@poly),1)) |\n+----------------------------------------------+\n| LINESTRING(1 1,1 2,2 2,2 1,1 1)              |\n+----------------------------------------------+\n','polygon-property-functions');
 
442
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (373,28,'UTC_TIME','Syntax:\nUTC_TIME, UTC_TIME()\n\nReturns the current UTC time as a value in \'HH:MM:SS\' or HHMMSS format,\ndepending on whether the function is used in a string or numeric\ncontext.\n','mysql> SELECT UTC_TIME(), UTC_TIME() + 0;\n        -> \'18:07:53\', 180753\n','date-and-time-functions');
 
443
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (374,34,'DROP FUNCTION','Syntax:\nDROP FUNCTION function_name\n\nThis statement drops the user-defined function (UDF) named\nfunction_name.\n\nTo drop a function, you must have the DELETE privilege for the mysql\ndatabase. This is because DROP FUNCTION removes a row from the\nmysql.func system table that records the function\'s name, type, and\nshared library name.\n','','drop-function');
 
444
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (375,14,'STDDEV','Syntax:\nSTD(expr) STDDEV(expr)\n\nReturns the population standard deviation of expr. This is an extension\nto standard SQL. The STDDEV() form of this function is provided for\ncompatibility with Oracle. As of MySQL 5.0.3, the standard SQL function\nSTDDEV_POP() can be used instead.\n\nThese functions return NULL if there were no matching rows.\n','','group-by-functions');
 
445
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (376,28,'DATE_SUB','Syntax:\nDATE_SUB(date,INTERVAL expr unit)\n\nSee DATE_ADD().\n','','date-and-time-functions');
 
446
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (377,28,'PERIOD_ADD','Syntax:\nPERIOD_ADD(P,N)\n\nAdds N months to period P (in the format YYMM or YYYYMM). Returns a\nvalue in the format YYYYMM. Note that the period argument P is not a\ndate value.\n','mysql> SELECT PERIOD_ADD(9801,2);\n        -> 199803\n','date-and-time-functions');
 
447
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (378,18,'|','Syntax:\n|\n\nBitwise OR:\n','mysql> SELECT 29 | 15;\n        -> 31\n','bit-functions');
 
448
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (379,3,'GEOMFROMTEXT','GeomFromText(wkt[,srid]), GeometryFromText(wkt[,srid])\n\nConstructs a geometry value of any type using its WKT representation\nand SRID.\n','','gis-wkt-functions');
 
449
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (380,33,'RIGHT','Syntax:\nRIGHT(str,len)\n\nReturns the rightmost len characters from the string str, or NULL if\nany argument is NULL.\n','mysql> SELECT RIGHT(\'foobarbar\', 4);\n        -> \'rbar\'\n','string-functions');
 
450
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (381,28,'DATEDIFF','Syntax:\nDATEDIFF(expr1,expr2)\n\nDATEDIFF() returns expr1 - expr2 expressed as a value in days from one\ndate to the other. expr1 and expr2 are date or date-and-time\nexpressions. Only the date parts of the values are used in the\ncalculation.\n','mysql> SELECT DATEDIFF(\'1997-12-31 23:59:59\',\'1997-12-30\');\n        -> 1\nmysql> SELECT DATEDIFF(\'1997-11-30 23:59:59\',\'1997-12-31\');\n        -> -31\n','date-and-time-functions');
 
451
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (382,35,'DROP PROCEDURE','Syntax:\nDROP {PROCEDURE | FUNCTION} [IF EXISTS] sp_name\n\nThis statement is used to drop a stored procedure or function. That is,\nthe specified routine is removed from the server. As of MySQL 5.0.3,\nyou must have the ALTER ROUTINE privilege for the routine. (That\nprivilege is granted automatically to the routine creator.)\n\nThe IF EXISTS clause is a MySQL extension. It prevents an error from\noccurring if the procedure or function does not exist. A warning is\nproduced that can be viewed with SHOW WARNINGS.\n','','drop-procedure');
 
452
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (383,19,'CHECK TABLE','Syntax:\nCHECK TABLE tbl_name [, tbl_name] ... [option] ...\n\noption = {FOR UPGRADE | QUICK | FAST | MEDIUM | EXTENDED | CHANGED}\n\nCHECK TABLE checks a table or tables for errors. CHECK TABLE works for\nMyISAM, InnoDB, and (as of MySQL 5.0.16) ARCHIVE tables. For MyISAM\ntables, the key statistics are updated as well.\n\nAs of MySQL 5.0.2, CHECK TABLE can also check views for problems, such\nas tables that are referenced in the view definition that no longer\nexist.\n','','check-table');
 
453
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (384,33,'BIN','Syntax:\nBIN(N)\n\nReturns a string representation of the binary value of N, where N is a\nlonglong (BIGINT) number. This is equivalent to CONV(N,10,2). Returns\nNULL if N is NULL.\n','mysql> SELECT BIN(12);\n        -> \'1100\'\n','string-functions');
 
454
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (385,6,'CASE FUNCTION','Syntax:\nCASE value WHEN [compare_value] THEN result [WHEN [compare_value] THEN\nresult ...] [ELSE result] END\n\nCASE WHEN [condition] THEN result [WHEN [condition] THEN result ...]\n[ELSE result] END\n\nThe first version returns the result where value=compare_value. The\nsecond version returns the result for the first condition that is true.\nIf there was no matching result value, the result after ELSE is\nreturned, or NULL if there is no ELSE part.\n','mysql> SELECT CASE 1 WHEN 1 THEN \'one\'\n    ->     WHEN 2 THEN \'two\' ELSE \'more\' END;\n        -> \'one\'\nmysql> SELECT CASE WHEN 1>0 THEN \'true\' ELSE \'false\' END;\n        -> \'true\'\nmysql> SELECT CASE BINARY \'B\'\n    ->     WHEN \'a\' THEN 1 WHEN \'b\' THEN 2 END;\n        -> NULL\n','control-flow-functions');
 
455
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (386,35,'DECLARE CURSOR','Syntax:\nDECLARE cursor_name CURSOR FOR select_statement\n\nThis statement declares a cursor. Multiple cursors may be declared in a\nroutine, but each cursor in a given block must have a unique name.\n\nThe SELECT statement cannot have an INTO clause.\n','','declare-cursors');
 
456
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (387,22,'MULTILINESTRING','MultiLineString(ls1,ls2,...)\n\nConstructs a WKB MultiLineString value using WKB LineString arguments.\nIf any argument is not a WKB LineString, the return value is NULL.\n','','gis-mysql-specific-functions');
 
457
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (388,25,'LOAD DATA','Syntax:\nLOAD DATA [LOW_PRIORITY | CONCURRENT] [LOCAL] INFILE \'file_name\'\n    [REPLACE | IGNORE]\n    INTO TABLE tbl_name\n    [FIELDS\n        [TERMINATED BY \'string\']\n        [[OPTIONALLY] ENCLOSED BY \'char\']\n        [ESCAPED BY \'char\']\n    ]\n    [LINES\n        [STARTING BY \'string\']\n        [TERMINATED BY \'string\']\n    ]\n    [IGNORE number LINES]\n    [(col_name_or_user_var,...)]\n    [SET col_name = expr,...]\n\nThe LOAD DATA INFILE statement reads rows from a text file into a table\nat a very high speed. The filename must be given as a literal string.\n\nLOAD DATA INFILE is the complement of SELECT ... INTO OUTFILE. (See\n[HELP SELECT].) To write data from a table to a file, use SELECT ...\nINTO OUTFILE. To read the file back into a table, use LOAD DATA INFILE.\nThe syntax of the FIELDS and LINES clauses is the same for both\nstatements. Both clauses are optional, but FIELDS must precede LINES if\nboth are specified.\n\nFor more information about the efficiency of INSERT versus LOAD DATA\nINFILE and speeding up LOAD DATA INFILE, see\nhttp://dev.mysql.com/doc/refman/5.0/en/insert-speed.html.\n\nThe character set indicated by the character_set_database system\nvariable is used to interpret the information in the file. SET NAMES\nand the setting of character_set_client do not affect interpretation of\ninput.\n\nNote that it is currently not possible to load data files that use the\nucs2 character set.\n\nAs of MySQL 5.0.19, the character_set_filesystem system variable\ncontrols the interpretation of the filename.\n\nYou can also load data files by using the mysqlimport utility; it\noperates by sending a LOAD DATA INFILE statement to the server. The\n--local option causes mysqlimport to read data files from the client\nhost. You can specify the --compress option to get better performance\nover slow networks if the client and server support the compressed\nprotocol. See http://dev.mysql.com/doc/refman/5.0/en/mysqlimport.html.\n\nIf you use LOW_PRIORITY, execution of the LOAD DATA statement is\ndelayed until no other clients are reading from the table.\n\nIf you specify CONCURRENT with a MyISAM table that satisfies the\ncondition for concurrent inserts (that is, it contains no free blocks\nin the middle), other threads can retrieve data from the table while\nLOAD DATA is executing. Using this option affects the performance of\nLOAD DATA a bit, even if no other thread is using the table at the same\ntime.\n\nThe LOCAL keyword, if specified, is interpreted with respect to the\nclient end of the connection:\n\no If LOCAL is specified, the file is read by the client program on the\n  client host and sent to the server. The file can be given as a full\n  pathname to specify its exact location. If given as a relative\n  pathname, the name is interpreted relative to the directory in which\n  the client program was started.\n\no If LOCAL is not specified, the file must be located on the server\n  host and is read directly by the server. The server uses the\n  following rules to locate the file:\n\n  o If the filename is an absolute pathname, the server uses it as\n    given.\n\n  o If the filename is a relative pathname with one or more leading\n    components, the server searches for the file relative to the\n    server\'s data directory.\n\n  o If a filename with no leading components is given, the server looks\n    for the file in the database directory of the default database.\n\nNote that, in the non-LOCAL case, these rules mean that a file named as\n./myfile.txt is read from the server\'s data directory, whereas the file\nnamed as myfile.txt is read from the database directory of the default\ndatabase. For example, if db1 is the default database, the following\nLOAD DATA statement reads the file data.txt from the database directory\nfor db1, even though the statement explicitly loads the file into a\ntable in the db2 database:\n\nLOAD DATA INFILE \'data.txt\' INTO TABLE db2.my_table;\n\nWindows pathnames are specified using forward slashes rather than\nbackslashes. If you do use backslashes, you must double them.\n\nFor security reasons, when reading text files located on the server,\nthe files must either reside in the database directory or be readable\nby all. Also, to use LOAD DATA INFILE on server files, you must have\nthe FILE privilege. See\nhttp://dev.mysql.com/doc/refman/5.0/en/privileges-provided.html.\n','','load-data');
 
458
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (389,28,'LOCALTIME','Syntax:\nLOCALTIME, LOCALTIME()\n\nLOCALTIME and LOCALTIME() are synonyms for NOW().\n','','date-and-time-functions');
 
459
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (390,3,'MPOINTFROMTEXT','MPointFromText(wkt[,srid]), MultiPointFromText(wkt[,srid])\n\nConstructs a MULTIPOINT value using its WKT representation and SRID.\n','','gis-wkt-functions');
 
460
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (391,20,'BLOB','BLOB[(M)]\n\nA BLOB column with a maximum length of 65,535 (216 - 1) bytes.\n\nAn optional length M can be given for this type. If this is done, MySQL\ncreates the column as the smallest BLOB type large enough to hold\nvalues M bytes long.\n','','string-type-overview');
 
461
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (392,10,'PASSWORD','Syntax:\nPASSWORD(str)\n\nCalculates and returns a password string from the plaintext password\nstr and returns a binary string, or NULL if the argument was NULL. This\nis the function that is used for encrypting MySQL passwords for storage\nin the Password column of the user grant table.\n','mysql> SELECT PASSWORD(\'badpwd\');\n        -> \'*AAB3E285149C0135D51A520E1940DD3263DC008C\'\n','encryption-functions');
 
462
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (393,20,'CHAR','[NATIONAL] CHAR(M) [CHARACTER SET charset_name] [COLLATE\ncollation_name]\n\nA fixed-length string that is always right-padded with spaces to the\nspecified length when stored. M represents the column length. The range\nof M is 0 to 255 characters.\n\nNote: Trailing spaces are removed when CHAR values are retrieved.\n\nBefore MySQL 5.0.3, a CHAR column with a length specification greater\nthan 255 is converted to the smallest TEXT type that can hold values of\nthe given length. For example, CHAR(500) is converted to TEXT, and\nCHAR(200000) is converted to MEDIUMTEXT. This is a compatibility\nfeature. However, this conversion causes the column to become a\nvariable-length column, and also affects trailing-space removal.\n\nIn MySQL 5.0.3 and later, if you attempt to set the length of a CHAR\ngreater than 255, the CREATE TABLE or ALTER TABLE statement in which\nthis is done fails with an error:\n\nmysql> CREATE TABLE c1 (col1 INT, col2 CHAR(500));\nERROR 1074 (42000): Column length too big for column \'col\' (max = 255);\nuse BLOB or TEXT instead\nmysql> SHOW CREATE TABLE c1;\nERROR 1146 (42S02): Table \'test.c1\' doesn\'t exist\n','','string-type-overview');
 
463
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (394,28,'UTC_DATE','Syntax:\nUTC_DATE, UTC_DATE()\n\nReturns the current UTC date as a value in \'YYYY-MM-DD\' or YYYYMMDD\nformat, depending on whether the function is used in a string or\nnumeric context.\n','mysql> SELECT UTC_DATE(), UTC_DATE() + 0;\n        -> \'2003-08-14\', 20030814\n','date-and-time-functions');
 
464
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (395,32,'DIMENSION','Dimension(g)\n\nReturns the inherent dimension of the geometry value g. The result can\nbe -1, 0, 1, or 2. The meaning of these values is given in [HELP MBR\ndefinition].\n','mysql> SELECT Dimension(GeomFromText(\'LineString(1 1,2 2)\'));\n+------------------------------------------------+\n| Dimension(GeomFromText(\'LineString(1 1,2 2)\')) |\n+------------------------------------------------+\n|                                              1 |\n+------------------------------------------------+\n','general-geometry-property-functions');
 
465
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (396,14,'COUNT DISTINCT','Syntax:\nCOUNT(DISTINCT expr,[expr...])\n\nReturns a count of the number of different non-NULL values.\n\nCOUNT(DISTINCT) returns 0 if there were no matching rows.\n','mysql> SELECT COUNT(DISTINCT results) FROM student;\n','group-by-functions');
 
466
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (397,20,'BIT','BIT[(M)]\n\nA bit-field type. M indicates the number of bits per value, from 1 to\n64. The default is 1 if M is omitted.\n\nThis data type was added in MySQL 5.0.3 for MyISAM, and extended in\n5.0.5 to MEMORY, InnoDB, and BDB. Before 5.0.3, BIT is a synonym for\nTINYINT(1).\n','','numeric-type-overview');
 
467
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (398,26,'EQUALS','Equals(g1,g2)\n\nReturns 1 or 0 to indicate whether g1 is spatially equal to g2.\n','','functions-that-test-spatial-relationships-between-geometries');
 
468
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (399,25,'SHOW CREATE VIEW','Syntax:\nSHOW CREATE VIEW view_name\n\nThis statement shows a CREATE VIEW statement that creates the given\nview.\n','','show-create-view');
 
469
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (400,17,'INTERVAL','Syntax:\nINTERVAL(N,N1,N2,N3,...)\n\nReturns 0 if N < N1, 1 if N < N2 and so on or -1 if N is NULL. All\narguments are treated as integers. It is required that N1 < N2 < N3 <\n... < Nn for this function to work correctly. This is because a binary\nsearch is used (very fast).\n','mysql> SELECT INTERVAL(23, 1, 15, 17, 30, 44, 200);\n        -> 3\nmysql> SELECT INTERVAL(10, 1, 10, 100, 1000);\n        -> 2\nmysql> SELECT INTERVAL(22, 23, 30, 44, 200);\n        -> 0\n','comparison-operators');
 
470
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (401,28,'FROM_DAYS','Syntax:\nFROM_DAYS(N)\n\nGiven a day number N, returns a DATE value.\n','mysql> SELECT FROM_DAYS(729669);\n        -> \'1997-10-07\'\n','date-and-time-functions');
 
471
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (402,35,'ALTER PROCEDURE','Syntax:\nALTER {PROCEDURE | FUNCTION} sp_name [characteristic ...]\n\ncharacteristic:\n    { CONTAINS SQL | NO SQL | READS SQL DATA | MODIFIES SQL DATA }\n  | SQL SECURITY { DEFINER | INVOKER }\n  | COMMENT \'string\'\n\nThis statement can be used to change the characteristics of a stored\nprocedure or function. As of MySQL 5.0.3, you must have the ALTER\nROUTINE privilege for the routine. (That privilege is granted\nautomatically to the routine creator.) If binary logging is enabled,\nthis statement might also require the SUPER privilege, as described in\nhttp://dev.mysql.com/doc/refman/5.0/en/stored-procedure-logging.html.\n\nMore than one change may be specified in an ALTER PROCEDURE or ALTER\nFUNCTION statement.\n','','alter-procedure');
 
472
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (403,18,'BIT_COUNT','Syntax:\nBIT_COUNT(N)\n\nReturns the number of bits that are set in the argument N.\n','mysql> SELECT BIT_COUNT(29), BIT_COUNT(b\'101010\');\n        -> 4, 3\n','bit-functions');
 
473
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (404,28,'UTC_TIMESTAMP','Syntax:\nUTC_TIMESTAMP, UTC_TIMESTAMP()\n\nReturns the current UTC date and time as a value in \'YYYY-MM-DD\nHH:MM:SS\' or YYYYMMDDHHMMSS format, depending on whether the function\nis used in a string or numeric context.\n','mysql> SELECT UTC_TIMESTAMP(), UTC_TIMESTAMP() + 0;\n        -> \'2003-08-14 18:08:04\', 20030814180804\n','date-and-time-functions');
 
474
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (405,4,'+','Syntax:\n+\n\nAddition:\n','mysql> SELECT 3+5;\n        -> 8\n','arithmetic-functions');
 
475
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (406,13,'INET_NTOA','Syntax:\nINET_NTOA(expr)\n\nGiven a numeric network address (4 or 8 byte), returns the dotted-quad\nrepresentation of the address as a string.\n','mysql> SELECT INET_NTOA(3520061480);\n        -> \'209.207.224.40\'\n','miscellaneous-functions');
 
476
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (407,4,'ACOS','Syntax:\nACOS(X)\n\nReturns the arc cosine of X, that is, the value whose cosine is X.\nReturns NULL if X is not in the range -1 to 1.\n','mysql> SELECT ACOS(1);\n        -> 0\nmysql> SELECT ACOS(1.0001);\n        -> NULL\nmysql> SELECT ACOS(0);\n        -> 1.5707963267949\n','mathematical-functions');
 
477
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (408,7,'ISOLATION','Syntax:\nSET [GLOBAL | SESSION] TRANSACTION ISOLATION LEVEL\n{ READ UNCOMMITTED | READ COMMITTED | REPEATABLE READ | SERIALIZABLE }\n\nThis statement sets the transaction isolation level for the next\ntransaction, globally, or for the current session.\n\nThe default behavior of SET TRANSACTION is to set the isolation level\nfor the next (not yet started) transaction. If you use the GLOBAL\nkeyword, the statement sets the default transaction level globally for\nall new connections created from that point on. Existing connections\nare unaffected. You need the SUPER privilege to do this. Using the\nSESSION keyword sets the default transaction level for all future\ntransactions performed on the current connection.\n\nFor descriptions of each InnoDB transaction isolation level, see\nhttp://dev.mysql.com/doc/refman/5.0/en/innodb-transaction-isolation.htm\nl. InnoDB supports each of these levels in MySQL 5.0. The default level\nis REPEATABLE READ.\n\nTo set the initial default global isolation level for mysqld, use the\n--transaction-isolation option. See\nhttp://dev.mysql.com/doc/refman/5.0/en/server-options.html.\n','','set-transaction');
 
478
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (409,4,'CEILING','Syntax:\nCEILING(X), CEIL(X)\n\nReturns the smallest integer value not less than X.\n','mysql> SELECT CEILING(1.23);\n        -> 2\nmysql> SELECT CEIL(-1.23);\n        -> -1\n','mathematical-functions');
 
479
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (410,4,'SIN','Syntax:\nSIN(X)\n\nReturns the sine of X, where X is given in radians.\n','mysql> SELECT SIN(PI());\n        -> 1.2246063538224e-16\nmysql> SELECT ROUND(SIN(PI()));\n        -> 0\n','mathematical-functions');
 
480
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (411,28,'DAYOFWEEK','Syntax:\nDAYOFWEEK(date)\n\nReturns the weekday index for date (1 = Sunday, 2 = Monday, ..., 7 =\nSaturday). These index values correspond to the ODBC standard.\n','mysql> SELECT DAYOFWEEK(\'1998-02-03\');\n        -> 3\n','date-and-time-functions');
 
481
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (412,29,'LINEFROMWKB','LineFromWKB(wkb[,srid]), LineStringFromWKB(wkb[,srid])\n\nConstructs a LINESTRING value using its WKB representation and SRID.\n','','gis-wkb-functions');
 
482
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (413,25,'SHOW PROCESSLIST','Syntax:\nSHOW [FULL] PROCESSLIST\n\nSHOW PROCESSLIST shows you which threads are running. You can also get\nthis information using the mysqladmin processlist command. If you have\nthe PROCESS privilege, you can see all threads. Otherwise, you can see\nonly your own threads (that is, threads associated with the MySQL\naccount that you are using). See [HELP KILL]. If you do not use the\nFULL keyword, only the first 100 characters of each statement are shown\nin the Info field.\n','','show-processlist');
 
483
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (414,32,'GEOMETRYTYPE','GeometryType(g)\n\nReturns as a string the name of the geometry type of which the geometry\ninstance g is a member. The name corresponds to one of the instantiable\nGeometry subclasses.\n','mysql> SELECT GeometryType(GeomFromText(\'POINT(1 1)\'));\n+------------------------------------------+\n| GeometryType(GeomFromText(\'POINT(1 1)\')) |\n+------------------------------------------+\n| POINT                                    |\n+------------------------------------------+\n','general-geometry-property-functions');
 
484
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (415,36,'CREATE VIEW','Syntax:\nCREATE\n    [OR REPLACE]\n    [ALGORITHM = {UNDEFINED | MERGE | TEMPTABLE}]\n    [DEFINER = { user | CURRENT_USER }]\n    [SQL SECURITY { DEFINER | INVOKER }]\n    VIEW view_name [(column_list)]\n    AS select_statement\n    [WITH [CASCADED | LOCAL] CHECK OPTION]\n\nThis statement creates a new view, or replaces an existing one if the\nOR REPLACE clause is given. The select_statement is a SELECT statement\nthat provides the definition of the view. The statement can select from\nbase tables or other views.\n\nThis statement requires the CREATE VIEW privilege for the view, and\nsome privilege for each column selected by the SELECT statement. For\ncolumns used elsewhere in the SELECT statement you must have the SELECT\nprivilege. If the OR REPLACE clause is present, you must also have the\nDROP privilege for the view.\n\nA view belongs to a database. By default, a new view is created in the\ndefault database. To create the view explicitly in a given database,\nspecify the name as db_name.view_name when you create it.\n\nmysql> CREATE VIEW test.v AS SELECT * FROM t;\n\nBase tables and views share the same namespace within a database, so a\ndatabase cannot contain a base table and a view that have the same\nname.\n\nViews must have unique column names with no duplicates, just like base\ntables. By default, the names of the columns retrieved by the SELECT\nstatement are used for the view column names. To define explicit names\nfor the view columns, the optional column_list clause can be given as a\nlist of comma-separated identifiers. The number of names in column_list\nmust be the same as the number of columns retrieved by the SELECT\nstatement.\n\nColumns retrieved by the SELECT statement can be simple references to\ntable columns. They can also be expressions that use functions,\nconstant values, operators, and so forth.\n\nUnqualified table or view names in the SELECT statement are interpreted\nwith respect to the default database. A view can refer to tables or\nviews in other databases by qualifying the table or view name with the\nproper database name.\n\nA view can be created from many kinds of SELECT statements. It can\nrefer to base tables or other views. It can use joins, UNION, and\nsubqueries. The SELECT need not even refer to any tables. The following\nexample defines a view that selects two columns from another table, as\nwell as an expression calculated from those columns:\n\nmysql> CREATE TABLE t (qty INT, price INT);\nmysql> INSERT INTO t VALUES(3, 50);\nmysql> CREATE VIEW v AS SELECT qty, price, qty*price AS value FROM t;\nmysql> SELECT * FROM v;\n+------+-------+-------+\n| qty  | price | value |\n+------+-------+-------+\n|    3 |    50 |   150 |\n+------+-------+-------+\n\nA view definition is subject to the following restrictions:\n\no The SELECT statement cannot contain a subquery in the FROM clause.\n\no The SELECT statement cannot refer to system or user variables.\n\no The SELECT statement cannot refer to prepared statement parameters.\n\no Within a stored routine, the definition cannot refer to routine\n  parameters or local variables.\n\no Any table or view referred to in the definition must exist. However,\n  after a view has been created, it is possible to drop a table or view\n  that the definition refers to. In this case, use of the view results\n  in an error. To check a view definition for problems of this kind,\n  use the CHECK TABLE statement.\n\no The definition cannot refer to a TEMPORARY table, and you cannot\n  create a TEMPORARY view.\n\no The tables named in the view definition must already exist.\n\no You cannot associate a trigger with a view.\n\nORDER BY is allowed in a view definition, but it is ignored if you\nselect from a view using a statement that has its own ORDER BY.\n\nFor other options or clauses in the definition, they are added to the\noptions or clauses of the statement that references the view, but the\neffect is undefined. For example, if a view definition includes a LIMIT\nclause, and you select from the view using a statement that has its own\nLIMIT clause, it is undefined which limit applies. This same principle\napplies to options such as ALL, DISTINCT, or SQL_SMALL_RESULT that\nfollow the SELECT keyword, and to clauses such as INTO, FOR UPDATE,\nLOCK IN SHARE MODE, and PROCEDURE.\n\nIf you create a view and then change the query processing environment\nby changing system variables, that may affect the results that you get\nfrom the view:\n\nmysql> CREATE VIEW v AS SELECT CHARSET(CHAR(65)), COLLATION(CHAR(65));\nQuery OK, 0 rows affected (0.00 sec)\n\nmysql> SET NAMES \'latin1\';\nQuery OK, 0 rows affected (0.00 sec)\n\nmysql> SELECT * FROM v;\n+-------------------+---------------------+\n| CHARSET(CHAR(65)) | COLLATION(CHAR(65)) |\n+-------------------+---------------------+\n| latin1            | latin1_swedish_ci   |\n+-------------------+---------------------+\n1 row in set (0.00 sec)\n\nmysql> SET NAMES \'utf8\';\nQuery OK, 0 rows affected (0.00 sec)\n\nmysql> SELECT * FROM v;\n+-------------------+---------------------+\n| CHARSET(CHAR(65)) | COLLATION(CHAR(65)) |\n+-------------------+---------------------+\n| utf8              | utf8_general_ci     |\n+-------------------+---------------------+\n1 row in set (0.00 sec)\n\nThe DEFINER and SQL SECURITY clauses specify the security context to be\nused when checking access privileges at view invocation time. They were\naddded in MySQL 5.0.13, but have no effect until MySQL 5.0.16.\n\nCURRENT_USER also can be given as CURRENT_USER().\n\nWithin a stored routine that is defined with the SQL SECURITY DEFINER\ncharacteristic, CURRENT_USER returns the routine creator. This also\naffects a view defined within such a routine, if the view definition\ncontains a DEFINER value of CURRENT_USER.\n\nThe default DEFINER value is the user who executes the CREATE VIEW\nstatement. (This is the same as DEFINER = CURRENT_USER.) If a user\nvalue is given, it should be a MySQL account in \'user_name\'@\'host_name\'\nformat (the same format used in the GRANT statement). The user_name and\nhost_name values both are required.\n\nIf you specify the DEFINER clause, you cannot set the value to any user\nbut your own unless you have the SUPER privilege. These rules determine\nthe legal DEFINER user values:\n\no If you do not have the SUPER privilege, the only legal user value is\n  your own account, either specified literally or by using\n  CURRENT_USER. You cannot set the definer to some other account.\n\no If you have the SUPER privilege, you can specify any syntactically\n  legal account name. If the account does not actually exist, a warning\n  is generated.\n\nThe SQL SECURITY characteristic determines which MySQL account to use\nwhen checking access privileges for the view when the view is executed.\nThe legal characteristic values are DEFINER and INVOKER. These indicate\nthat the view must be executable by the user who defined it or invoked\nit, respectively. The default SQL SECURITY value is DEFINER.\n\nAs of MySQL 5.0.16 (when the DEFINER and SQL SECURITY clauses were\nimplemented), view privileges are checked like this:\n\no At view definition time, the view creator must have the privileges\n  needed to use the top-level objects accessed by the view. For\n  example, if the view definition refers to a stored function, only the\n  privileges needed to invoke the function can be checked. The\n  privileges required when the function runs can be checked only as it\n  executes: For different invocations of the function, different\n  execution paths within the function might be taken.\n\no At view execution time, privileges for objects accessed by the view\n  are checked against the privileges held by the view creator or\n  invoker, depending on whether the SQL SECURITY characteristic is\n  DEFINER or INVOKER, respectively.\n\no If view execution causes execution of a stored function, privilege\n  checking for statements executed within the function depend on\n  whether the function is defined with a SQL SECURITY characteristic of\n  DEFINER or INVOKER. If the security characteristic is DEFINER, the\n  function runs with the privileges of its creator. If the\n  characteristic is INVOKER, the function runs with the privileges\n  determined by the view\'s SQL SECURITY characteristic.\n\nPrior to MySQL 5.0.16 (before the DEFINER and SQL SECURITY clauses were\nimplemented), privileges required for objects used in a view are\nchecked at view creation time.\n\nExample: A view might depend on a stored function, and that function\nmight invoke other stored routines. For example, the following view\ninvokes a stored function f():\n\nCREATE VIEW v AS SELECT * FROM t WHERE t.id = f(t.name);\n\nSuppose that f() contains a statement such as this:\n\nIF name IS NULL then\n  CALL p1();\nELSE\n  CALL p2();\nEND IF;\n\nThe privileges required for executing statements within f() need to be\nchecked when f() executes. This might mean that privileges are needed\nfor p1() or p2(), depending on the execution path within f(). Those\nprivileges need to be checked at runtime, and the user who must possess\nthe privileges is determined by the SQL SECURITY values of the function\nf() and the view v.\n\nThe DEFINER and SQL SECURITY clauses for views are extensions to\nstandard SQL. In standard SQL, views are handled using the rules for\nSQL SECURITY INVOKER.\n\nIf you invoke a view that was created before MySQL 5.0.13, it is\ntreated as though it was created with a SQL SECURITY DEFINER clause and\nwith a DEFINER value that is the same as your account. However, because\nthe actual definer is unknown, MySQL issues a warning. To make the\nwarning go away, it is sufficient to re-create the view so that the\nview definition includes a DEFINER clause.\n\nThe optional ALGORITHM clause is a MySQL extension to standard SQL.\nALGORITHM takes three values: MERGE, TEMPTABLE, or UNDEFINED. The\ndefault algorithm is UNDEFINED if no ALGORITHM clause is present. The\nalgorithm affects how MySQL processes the view.\n\nFor MERGE, the text of a statement that refers to the view and the view\ndefinition are merged such that parts of the view definition replace\ncorresponding parts of the statement.\n\nFor TEMPTABLE, the results from the view are retrieved into a temporary\ntable, which then is used to execute the statement.\n\nFor UNDEFINED, MySQL chooses which algorithm to use. It prefers MERGE\nover TEMPTABLE if possible, because MERGE is usually more efficient and\nbecause a view cannot be updatable if a temporary table is used.\n\nA reason to choose TEMPTABLE explicitly is that locks can be released\non underlying tables after the temporary table has been created and\nbefore it is used to finish processing the statement. This might result\nin quicker lock release than the MERGE algorithm so that other clients\nthat use the view are not blocked as long.\n\nA view algorithm can be UNDEFINED for three reasons:\n\no No ALGORITHM clause is present in the CREATE VIEW statement.\n\no The CREATE VIEW statement has an explicit ALGORITHM = UNDEFINED\n  clause.\n\no ALGORITHM = MERGE is specified for a view that can be processed only\n  with a temporary table. In this case, MySQL generates a warning and\n  sets the algorithm to UNDEFINED.\n\nAs mentioned earlier, MERGE is handled by merging corresponding parts\nof a view definition into the statement that refers to the view. The\nfollowing examples briefly illustrate how the MERGE algorithm works.\nThe examples assume that there is a view v_merge that has this\ndefinition:\n\nCREATE ALGORITHM = MERGE VIEW v_merge (vc1, vc2) AS\nSELECT c1, c2 FROM t WHERE c3 > 100;\n\nExample 1: Suppose that we issue this statement:\n\nSELECT * FROM v_merge;\n\nMySQL handles the statement as follows:\n\no v_merge becomes t\n\no * becomes vc1, vc2, which corresponds to c1, c2\n\no The view WHERE clause is added\n\nThe resulting statement to be executed becomes:\n\nSELECT c1, c2 FROM t WHERE c3 > 100;\n\nExample 2: Suppose that we issue this statement:\n\nSELECT * FROM v_merge WHERE vc1 < 100;\n\nThis statement is handled similarly to the previous one, except that\nvc1 < 100 becomes c1 < 100 and the view WHERE clause is added to the\nstatement WHERE clause using an AND connective (and parentheses are\nadded to make sure the parts of the clause are executed with correct\nprecedence). The resulting statement to be executed becomes:\n\nSELECT c1, c2 FROM t WHERE (c3 > 100) AND (c1 < 100);\n\nEffectively, the statement to be executed has a WHERE clause of this\nform:\n\nWHERE (select WHERE) AND (view WHERE)\n\nThe MERGE algorithm requires a one-to-one relationship between the rows\nin the view and the rows in the underlying table. If this relationship\ndoes not hold, a temporary table must be used instead. Lack of a\none-to-one relationship occurs if the view contains any of a number of\nconstructs:\n\no Aggregate functions (SUM(), MIN(), MAX(), COUNT(), and so forth)\n\no DISTINCT\n\no GROUP BY\n\no HAVING\n\no UNION or UNION ALL\n\no Subquery in the select list\n\no Refers only to literal values (in this case, there is no underlying\n  table)\n\nSome views are updatable. That is, you can use them in statements such\nas UPDATE, DELETE, or INSERT to update the contents of the underlying\ntable. For a view to be updatable, there must be a one-to-one\nrelationship between the rows in the view and the rows in the\nunderlying table. There are also certain other constructs that make a\nview non-updatable. To be more specific, a view is not updatable if it\ncontains any of the following:\n\no Aggregate functions (SUM(), MIN(), MAX(), COUNT(), and so forth)\n\no DISTINCT\n\no GROUP BY\n\no HAVING\n\no UNION or UNION ALL\n\no Subquery in the select list\n\no Join\n\no Non-updatable view in the FROM clause\n\no A subquery in the WHERE clause that refers to a table in the FROM\n  clause\n\no Refers only to literal values (in this case, there is no underlying\n  table to update)\n\no ALGORITHM = TEMPTABLE (use of a temporary table always makes a view\n  non-updatable)\n\nWith respect to insertability (being updatable with INSERT statements),\nan updatable view is insertable if it also satisfies these additional\nrequirements for the view columns:\n\no There must be no duplicate view column names.\n\no The view must contain all columns in the base table that do not have\n  a default value.\n\no The view columns must be simple column references and not derived\n  columns. A derived column is one that is not a simple column\n  reference but is derived from an expression. These are examples of\n  derived columns:\n\n3.14159\ncol1 + 3\nUPPER(col2)\ncol3 / col4\n(subquery)\n\nA view that has a mix of simple column references and derived columns\nis not insertable, but it can be updatable if you update only those\ncolumns that are not derived. Consider this view:\n\nCREATE VIEW v AS SELECT col1, 1 AS col2 FROM t;\n\nThis view is not insertable because col2 is derived from an expression.\nBut it is updatable if the update does not try to update col2. This\nupdate is allowable:\n\nUPDATE v SET col1 = 0;\n\nThis update is not allowable because it attempts to update a derived\ncolumn:\n\nUPDATE v SET col2 = 0;\n\nIt is sometimes possible for a multiple-table view to be updatable,\nassuming that it can be processed with the MERGE algorithm. For this to\nwork, the view must use an inner join (not an outer join or a UNION).\nAlso, only a single table in the view definition can be updated, so the\nSET clause must name only columns from one of the tables in the view.\nViews that use UNION ALL are disallowed even though they might be\ntheoretically updatable, because the implementation uses temporary\ntables to process them.\n\nFor a multiple-table updatable view, INSERT can work if it inserts into\na single table. DELETE is not supported.\n\nINSERT DELAYED is not supported for views.\n\nIf a table contains an AUTO_INCREMENT column, inserting into an\ninsertable view on the table that does not include the AUTO_INCREMENT\ncolumn does not change the value of LAST_INSERT_ID(), because the side\neffects of inserting default values into columns not part of the view\nshould not be visible.\n\nThe WITH CHECK OPTION clause can be given for an updatable view to\nprevent inserts or updates to rows except those for which the WHERE\nclause in the select_statement is true.\n','','create-view');
 
485
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (416,33,'TRIM','Syntax:\nTRIM([{BOTH | LEADING | TRAILING} [remstr] FROM] str), TRIM([remstr\nFROM] str)\n\nReturns the string str with all remstr prefixes or suffixes removed. If\nnone of the specifiers BOTH, LEADING, or TRAILING is given, BOTH is\nassumed. remstr is optional and, if not specified, spaces are removed.\n','mysql> SELECT TRIM(\'  bar   \');\n        -> \'bar\'\nmysql> SELECT TRIM(LEADING \'x\' FROM \'xxxbarxxx\');\n        -> \'barxxx\'\nmysql> SELECT TRIM(BOTH \'x\' FROM \'xxxbarxxx\');\n        -> \'bar\'\nmysql> SELECT TRIM(TRAILING \'xyz\' FROM \'barxxyz\');\n        -> \'barx\'\n','string-functions');
 
486
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (417,17,'IS','Syntax:\nIS boolean_value, IS NOT boolean_value\n\nTests a value against a boolean value, where boolean_value can be TRUE,\nFALSE, or UNKNOWN.\n','mysql> SELECT 1 IS TRUE, 0 IS FALSE, NULL IS UNKNOWN;\n        -> 1, 1, 1\nmysql> SELECT 1 IS NOT UNKNOWN, 0 IS NOT UNKNOWN, NULL IS NOT UNKNOWN;\n        -> 1, 1, 0\n','comparison-operators');
 
487
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (418,28,'GET_FORMAT','Syntax:\nGET_FORMAT(DATE|TIME|DATETIME, \'EUR\'|\'USA\'|\'JIS\'|\'ISO\'|\'INTERNAL\')\n\nReturns a format string. This function is useful in combination with\nthe DATE_FORMAT() and the STR_TO_DATE() functions.\n','mysql> SELECT DATE_FORMAT(\'2003-10-03\',GET_FORMAT(DATE,\'EUR\'));\n        -> \'03.10.2003\'\nmysql> SELECT STR_TO_DATE(\'10.31.2003\',GET_FORMAT(DATE,\'USA\'));\n        -> \'2003-10-31\'\n','date-and-time-functions');
 
488
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (419,20,'TINYBLOB','TINYBLOB\n\nA BLOB column with a maximum length of 255 (28 - 1) bytes.\n','','string-type-overview');
 
489
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (420,7,'SAVEPOINT','Syntax:\nSAVEPOINT identifier\nROLLBACK [WORK] TO SAVEPOINT identifier\nRELEASE SAVEPOINT identifier\n\nInnoDB supports the SQL statements SAVEPOINT and ROLLBACK TO SAVEPOINT.\nStarting from MySQL 5.0.3, RELEASE SAVEPOINT and the optional WORK\nkeyword for ROLLBACK are supported as well.\n','','savepoints');
 
490
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (421,15,'USER','Syntax:\nUSER()\n\nReturns the current MySQL username and hostname as a string in the utf8\ncharacter set.\n','mysql> SELECT USER();\n        -> \'davida@localhost\'\n','information-functions');
 
491
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (422,29,'MPOINTFROMWKB','MPointFromWKB(wkb[,srid]), MultiPointFromWKB(wkb[,srid])\n\nConstructs a MULTIPOINT value using its WKB representation and SRID.\n','','gis-wkb-functions');
 
492
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (423,36,'ALTER TABLE','Syntax:\nALTER [IGNORE] TABLE tbl_name\n    alter_specification [, alter_specification] ...\n\nalter_specification:\n    ADD [COLUMN] column_definition [FIRST | AFTER col_name ]\n  | ADD [COLUMN] (column_definition,...)\n  | ADD {INDEX|KEY} [index_name] [index_type] (index_col_name,...)\n  | ADD [CONSTRAINT [symbol]]\n        PRIMARY KEY [index_type] (index_col_name,...)\n  | ADD [CONSTRAINT [symbol]]\n        UNIQUE [INDEX|KEY] [index_name] [index_type] (index_col_name,...)\n  | ADD [FULLTEXT|SPATIAL] [INDEX|KEY] [index_name] (index_col_name,...)\n  | ADD [CONSTRAINT [symbol]]\n        FOREIGN KEY [index_name] (index_col_name,...)\n        [reference_definition]\n  | ALTER [COLUMN] col_name {SET DEFAULT literal | DROP DEFAULT}\n  | CHANGE [COLUMN] old_col_name column_definition\n        [FIRST|AFTER col_name]\n  | MODIFY [COLUMN] column_definition [FIRST | AFTER col_name]\n  | DROP [COLUMN] col_name\n  | DROP PRIMARY KEY\n  | DROP {INDEX|KEY} index_name\n  | DROP FOREIGN KEY fk_symbol\n  | DISABLE KEYS\n  | ENABLE KEYS\n  | RENAME [TO] new_tbl_name\n  | ORDER BY col_name\n  | CONVERT TO CHARACTER SET charset_name [COLLATE collation_name]\n  | [DEFAULT] CHARACTER SET charset_name [COLLATE collation_name]\n  | DISCARD TABLESPACE\n  | IMPORT TABLESPACE\n  | table_option ...\n\nindex_col_name:\n    col_name [(length)] [ASC | DESC]\n\nindex_type:\n    USING {BTREE | HASH}\n\nALTER TABLE enables you to change the structure of an existing table.\nFor example, you can add or delete columns, create or destroy indexes,\nchange the type of existing columns, or rename columns or the table\nitself. You can also change the comment for the table and type of the\ntable.\n','','alter-table');
 
493
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (424,25,'PURGE MASTER LOGS','Syntax:\nPURGE {MASTER | BINARY} LOGS TO \'log_name\'\nPURGE {MASTER | BINARY} LOGS BEFORE \'date\'\n\nDeletes all the binary logs listed in the log index prior to the\nspecified log or date. The logs also are removed from the list recorded\nin the log index file, so that the given log becomes the first.\n','PURGE MASTER LOGS TO \'mysql-bin.010\';\nPURGE MASTER LOGS BEFORE \'2003-04-02 22:46:26\';\n','purge-master-logs');
 
494
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (425,20,'CHAR BYTE','The CHAR BYTE data type is an alias for the BINARY data type. This is a\ncompatibility feature.\n','','string-type-overview');
 
495
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (426,19,'REPAIR TABLE','Syntax:\nREPAIR [LOCAL | NO_WRITE_TO_BINLOG] TABLE\n    tbl_name [, tbl_name] ... [QUICK] [EXTENDED] [USE_FRM]\n\nREPAIR TABLE repairs a possibly corrupted table. By default, it has the\nsame effect as myisamchk --recover tbl_name. REPAIR TABLE works for\nMyISAM and for ARCHIVE tables. See\nhttp://dev.mysql.com/doc/refman/5.0/en/myisam-storage-engine.html, and\nhttp://dev.mysql.com/doc/refman/5.0/en/archive-storage-engine.html.\n\nThis statement requires SELECT and INSERT privileges for the table.\n','','repair-table');
 
496
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (427,36,'MERGE','The MERGE storage engine, also known as the MRG_MyISAM engine, is a\ncollection of identical MyISAM tables that can be used as one.\n"Identical" means that all tables have identical column and index\ninformation. You cannot merge MyISAM tables in which the columns are\nlisted in a different order, do not have exactly the same columns, or\nhave the indexes in different order. However, any or all of the MyISAM\ntables can be compressed with myisampack. See\nhttp://dev.mysql.com/doc/refman/5.0/en/myisampack.html. Differences in\ntable options such as AVG_ROW_LENGTH, MAX_ROWS, or PACK_KEYS do not\nmatter.\n','mysql> CREATE TABLE t1 (\n    ->    a INT NOT NULL AUTO_INCREMENT PRIMARY KEY,\n    ->    message CHAR(20)) ENGINE=MyISAM;\nmysql> CREATE TABLE t2 (\n    ->    a INT NOT NULL AUTO_INCREMENT PRIMARY KEY,\n    ->    message CHAR(20)) ENGINE=MyISAM;\nmysql> INSERT INTO t1 (message) VALUES (\'Testing\'),(\'table\'),(\'t1\');\nmysql> INSERT INTO t2 (message) VALUES (\'Testing\'),(\'table\'),(\'t2\');\nmysql> CREATE TABLE total (\n    ->    a INT NOT NULL AUTO_INCREMENT,\n    ->    message CHAR(20), INDEX(a))\n    ->    ENGINE=MERGE UNION=(t1,t2) INSERT_METHOD=LAST;\n','merge-storage-engine');
 
497
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (428,36,'CREATE TABLE','Syntax:\nCREATE [TEMPORARY] TABLE [IF NOT EXISTS] tbl_name\n    (create_definition,...)\n    [table_option ...]\n\nOr:\n\nCREATE [TEMPORARY] TABLE [IF NOT EXISTS] tbl_name\n    [(create_definition,...)]\n    [table_option ...]\n    select_statement\n\nOr:\n\nCREATE [TEMPORARY] TABLE [IF NOT EXISTS] tbl_name\n    { LIKE old_tbl_name | (LIKE old_tbl_name) }\n\ncreate_definition:\n    column_definition\n  | [CONSTRAINT [symbol]] PRIMARY KEY [index_type] (index_col_name,...)\n  | {INDEX|KEY} [index_name] [index_type] (index_col_name,...)\n  | [CONSTRAINT [symbol]] UNIQUE [INDEX|KEY]\n      [index_name] [index_type] (index_col_name,...)\n  | {FULLTEXT|SPATIAL} [INDEX|KEY] [index_name] (index_col_name,...)\n  | [CONSTRAINT [symbol]] FOREIGN KEY\n      [index_name] (index_col_name,...) [reference_definition]\n  | CHECK (expr)\n\ncolumn_definition:\n    col_name data_type [NOT NULL | NULL] [DEFAULT default_value]\n      [AUTO_INCREMENT] [UNIQUE [KEY] | [PRIMARY] KEY]\n      [COMMENT \'string\'] [reference_definition]\n\ndata_type:\n    BIT[(length)]\n  | TINYINT[(length)] [UNSIGNED] [ZEROFILL]\n  | SMALLINT[(length)] [UNSIGNED] [ZEROFILL]\n  | MEDIUMINT[(length)] [UNSIGNED] [ZEROFILL]\n  | INT[(length)] [UNSIGNED] [ZEROFILL]\n  | INTEGER[(length)] [UNSIGNED] [ZEROFILL]\n  | BIGINT[(length)] [UNSIGNED] [ZEROFILL]\n  | REAL[(length,decimals)] [UNSIGNED] [ZEROFILL]\n  | DOUBLE[(length,decimals)] [UNSIGNED] [ZEROFILL]\n  | FLOAT[(length,decimals)] [UNSIGNED] [ZEROFILL]\n  | DECIMAL(length,decimals) [UNSIGNED] [ZEROFILL]\n  | NUMERIC(length,decimals) [UNSIGNED] [ZEROFILL]\n  | DATE\n  | TIME\n  | TIMESTAMP\n  | DATETIME\n  | YEAR\n  | CHAR(length)\n      [CHARACTER SET charset_name] [COLLATE collation_name]\n  | VARCHAR(length)\n      [CHARACTER SET charset_name] [COLLATE collation_name]\n  | BINARY(length)\n  | VARBINARY(length)\n  | TINYBLOB\n  | BLOB\n  | MEDIUMBLOB\n  | LONGBLOB\n  | TINYTEXT [BINARY]\n      [CHARACTER SET charset_name] [COLLATE collation_name]\n  | TEXT [BINARY]\n      [CHARACTER SET charset_name] [COLLATE collation_name]\n  | MEDIUMTEXT [BINARY]\n      [CHARACTER SET charset_name] [COLLATE collation_name]\n  | LONGTEXT [BINARY]\n      [CHARACTER SET charset_name] [COLLATE collation_name]\n  | ENUM(value1,value2,value3,...)\n      [CHARACTER SET charset_name] [COLLATE collation_name]\n  | SET(value1,value2,value3,...)\n      [CHARACTER SET charset_name] [COLLATE collation_name]\n  | spatial_type\n\nindex_col_name:\n    col_name [(length)] [ASC | DESC]\n\nindex_type:\n    USING {BTREE | HASH}\n\nreference_definition:\n    REFERENCES tbl_name [(index_col_name,...)]\n      [MATCH FULL | MATCH PARTIAL | MATCH SIMPLE]\n      [ON DELETE reference_option]\n      [ON UPDATE reference_option]\n\nreference_option:\n    RESTRICT | CASCADE | SET NULL | NO ACTION\n\ntable_option:\n    {ENGINE|TYPE} [=] engine_name\n  | AUTO_INCREMENT [=] value\n  | AVG_ROW_LENGTH [=] value\n  | [DEFAULT] CHARACTER SET charset_name\n  | CHECKSUM [=] {0 | 1}\n  | COLLATE collation_name\n  | COMMENT [=] \'string\'\n  | CONNECTION [=] \'connect_string\'\n  | DATA DIRECTORY [=] \'absolute path to directory\'\n  | DELAY_KEY_WRITE [=] {0 | 1}\n  | INDEX DIRECTORY [=] \'absolute path to directory\'\n  | INSERT_METHOD [=] { NO | FIRST | LAST }\n  | MAX_ROWS [=] value\n  | MIN_ROWS [=] value\n  | PACK_KEYS [=] {0 | 1 | DEFAULT}\n  | PASSWORD [=] \'string\'\n  | ROW_FORMAT [=] {DEFAULT|DYNAMIC|FIXED|COMPRESSED|REDUNDANT|COMPACT}\n  | UNION [=] (tbl_name[,tbl_name]...)\n\nselect_statement:\n    [IGNORE | REPLACE] [AS] SELECT ...   (Some legal select statement)\n\nCREATE TABLE creates a table with the given name. You must have the\nCREATE privilege for the table.\n\nRules for allowable table names are given in\nhttp://dev.mysql.com/doc/refman/5.0/en/identifiers.html. By default,\nthe table is created in the default database. An error occurs if the\ntable exists, if there is no default database, or if the database does\nnot exist.\n','','create-table');
 
498
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (429,17,'>','Syntax:\n>\n\nGreater than:\n','mysql> SELECT 2 > 2;\n        -> 0\n','comparison-operators');
 
499
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (430,19,'ANALYZE TABLE','Syntax:\nANALYZE [LOCAL | NO_WRITE_TO_BINLOG] TABLE tbl_name [, tbl_name] ...\n\nANALYZE TABLE analyzes and stores the key distribution for a table.\nDuring the analysis, the table is locked with a read lock for MyISAM\nand BDB. For InnoDB the table is locked with a write lock. This\nstatement works with MyISAM, BDB, and InnoDB tables. For MyISAM tables,\nthis statement is equivalent to using myisamchk --analyze.\n\nFor more information on how the analysis works withinInnoDB, see\nhttp://dev.mysql.com/doc/refman/5.0/en/innodb-restrictions.html.\n\nMySQL uses the stored key distribution to decide the order in which\ntables should be joined when you perform a join on something other than\na constant.\n\nThis statement requires SELECT and INSERT privileges for the table.\n','','analyze-table');
 
500
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (431,28,'MICROSECOND','Syntax:\nMICROSECOND(expr)\n\nReturns the microseconds from the time or datetime expression expr as a\nnumber in the range from 0 to 999999.\n','mysql> SELECT MICROSECOND(\'12:00:00.123456\');\n        -> 123456\nmysql> SELECT MICROSECOND(\'1997-12-31 23:59:59.000010\');\n        -> 10\n','date-and-time-functions');
 
501
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (432,36,'CONSTRAINT','InnoDB also supports foreign key constraints. The syntax for a foreign\nkey constraint definition in InnoDB looks like this:\n\n[CONSTRAINT symbol] FOREIGN KEY [id] (index_col_name, ...)\n    REFERENCES tbl_name (index_col_name, ...)\n    [ON DELETE {RESTRICT | CASCADE | SET NULL | NO ACTION}]\n    [ON UPDATE {RESTRICT | CASCADE | SET NULL | NO ACTION}]\n','CREATE TABLE product (category INT NOT NULL, id INT NOT NULL,\n                      price DECIMAL,\n                      PRIMARY KEY(category, id)) ENGINE=INNODB;\nCREATE TABLE customer (id INT NOT NULL,\n                       PRIMARY KEY (id)) ENGINE=INNODB;\nCREATE TABLE product_order (no INT NOT NULL AUTO_INCREMENT,\n                            product_category INT NOT NULL,\n                            product_id INT NOT NULL,\n                            customer_id INT NOT NULL,\n                            PRIMARY KEY(no),\n                            INDEX (product_category, product_id),\n                            FOREIGN KEY (product_category, product_id)\n                              REFERENCES product(category, id)\n                              ON UPDATE CASCADE ON DELETE RESTRICT,\n                            INDEX (customer_id),\n                            FOREIGN KEY (customer_id)\n                              REFERENCES customer(id)) ENGINE=INNODB;\n','innodb-foreign-key-constraints');
 
502
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (433,33,'FIELD','Syntax:\nFIELD(str,str1,str2,str3,...)\n\nReturns the index (position) of str in the str1, str2, str3, ... list.\nReturns 0 if str is not found.\n\nIf all arguments to FIELD() are strings, all arguments are compared as\nstrings. If all arguments are numbers, they are compared as numbers.\nOtherwise, the arguments are compared as double.\n\nIf str is NULL, the return value is 0 because NULL fails equality\ncomparison with any value. FIELD() is the complement of ELT().\n','mysql> SELECT FIELD(\'ej\', \'Hej\', \'ej\', \'Heja\', \'hej\', \'foo\');\n        -> 2\nmysql> SELECT FIELD(\'fo\', \'Hej\', \'ej\', \'Heja\', \'hej\', \'foo\');\n        -> 0\n','string-functions');
 
503
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (434,28,'MAKETIME','Syntax:\nMAKETIME(hour,minute,second)\n\nReturns a time value calculated from the hour, minute, and second\narguments.\n','mysql> SELECT MAKETIME(12,15,30);\n        -> \'12:15:30\'\n','date-and-time-functions');
 
504
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (435,28,'CURDATE','Syntax:\nCURDATE()\n\nReturns the current date as a value in \'YYYY-MM-DD\' or YYYYMMDD format,\ndepending on whether the function is used in a string or numeric\ncontext.\n','mysql> SELECT CURDATE();\n        -> \'1997-12-15\'\nmysql> SELECT CURDATE() + 0;\n        -> 19971215\n','date-and-time-functions');
 
505
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (436,14,'MIN MAX','Syntax:\nMIN([DISTINCT] expr), MAX([DISTINCT] expr)\n\nReturns the minimum or maximum value of expr. MIN() and MAX() may take\na string argument; in such cases they return the minimum or maximum\nstring value. See\nhttp://dev.mysql.com/doc/refman/5.0/en/mysql-indexes.html. The DISTINCT\nkeyword can be used to find the minimum or maximum of the distinct\nvalues of expr, however, this produces the same result as omitting\nDISTINCT.\n\nMIN() and MAX() return NULL if there were no matching rows.\n','mysql> SELECT student_name, MIN(test_score), MAX(test_score)\n    ->        FROM student\n    ->        GROUP BY student_name;\n','group-by-functions');
 
506
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (437,8,'SET PASSWORD','Syntax:\nSET PASSWORD [FOR user] = PASSWORD(\'some password\')\n\nThe SET PASSWORD statement assigns a password to an existing MySQL user\naccount.\n\nWith no FOR clause, this statement sets the password for the current\nuser. Any client that has connected to the server using a non-anonymous\naccount can change the password for that account.\n\nWith a FOR clause, this statement sets the password for a specific\naccount on the current server host. Only clients that have the UPDATE\nprivilege for the mysql database can do this. The user value should be\ngiven in user_name@host_name format, where user_name and host_name are\nexactly as they are listed in the User and Host columns of the\nmysql.user table entry. For example, if you had an entry with User and\nHost column values of \'bob\' and \'%.loc.gov\', you would write the\nstatement like this:\n\nSET PASSWORD FOR \'bob\'@\'%.loc.gov\' = PASSWORD(\'newpass\');\n','','set-password');
 
507
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (438,20,'ENUM','ENUM(\'value1\',\'value2\',...) [CHARACTER SET charset_name] [COLLATE\ncollation_name]\n\nAn enumeration. A string object that can have only one value, chosen\nfrom the list of values \'value1\', \'value2\', ..., NULL or the special \'\'\nerror value. An ENUM column can have a maximum of 65,535 distinct\nvalues. ENUM values are represented internally as integers.\n','','string-type-overview');
 
508
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (439,6,'IF FUNCTION','Syntax:\nIF(expr1,expr2,expr3)\n\nIf expr1 is TRUE (expr1 <> 0 and expr1 <> NULL) then IF() returns\nexpr2; otherwise it returns expr3. IF() returns a numeric or string\nvalue, depending on the context in which it is used.\n','mysql> SELECT IF(1>2,2,3);\n        -> 3\nmysql> SELECT IF(1<2,\'yes\',\'no\');\n        -> \'yes\'\nmysql> SELECT IF(STRCMP(\'test\',\'test1\'),\'no\',\'yes\');\n        -> \'no\'\n','control-flow-functions');
 
509
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (440,15,'DATABASE','Syntax:\nDATABASE()\n\nReturns the default (current) database name as a string in the utf8\ncharacter set. If there is no default database, DATABASE() returns\nNULL. Within a stored routine, the default database is the database\nthat the routine is associated with, which is not necessarily the same\nas the database that is the default in the calling context.\n','mysql> SELECT DATABASE();\n        -> \'test\'\n','information-functions');
 
510
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (441,29,'POINTFROMWKB','PointFromWKB(wkb[,srid])\n\nConstructs a POINT value using its WKB representation and SRID.\n','','gis-wkb-functions');
 
511
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (442,4,'POWER','Syntax:\nPOW(X,Y), POWER(X,Y)\n\nReturns the value of X raised to the power of Y.\n','mysql> SELECT POW(2,2);\n        -> 4\nmysql> SELECT POW(2,-2);\n        -> 0.25\n','mathematical-functions');
 
512
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (443,4,'ATAN','Syntax:\nATAN(X)\n\nReturns the arc tangent of X, that is, the value whose tangent is X.\n','mysql> SELECT ATAN(2);\n        -> 1.1071487177941\nmysql> SELECT ATAN(-2);\n        -> -1.1071487177941\n','mathematical-functions');
 
513
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (444,33,'STRCMP','Syntax:\nSTRCMP(expr1,expr2)\n\nSTRCMP() returns 0 if the strings are the same, -1 if the first\nargument is smaller than the second according to the current sort\norder, and 1 otherwise.\n','mysql> SELECT STRCMP(\'text\', \'text2\');\n        -> -1\nmysql> SELECT STRCMP(\'text2\', \'text\');\n        -> 1\nmysql> SELECT STRCMP(\'text\', \'text\');\n        -> 0\n','string-comparison-functions');
 
514
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (445,25,'INSERT DELAYED','Syntax:\nINSERT DELAYED ...\n\nThe DELAYED option for the INSERT statement is a MySQL extension to\nstandard SQL that is very useful if you have clients that cannot or\nneed not wait for the INSERT to complete. This is a common situation\nwhen you use MySQL for logging and you also periodically run SELECT and\nUPDATE statements that take a long time to complete.\n\nWhen a client uses INSERT DELAYED, it gets an okay from the server at\nonce, and the row is queued to be inserted when the table is not in use\nby any other thread.\n\nAnother major benefit of using INSERT DELAYED is that inserts from many\nclients are bundled together and written in one block. This is much\nfaster than performing many separate inserts.\n\nNote that INSERT DELAYED is slower than a normal INSERT if the table is\nnot otherwise in use. There is also the additional overhead for the\nserver to handle a separate thread for each table for which there are\ndelayed rows. This means that you should use INSERT DELAYED only when\nyou are really sure that you need it.\n\nThe queued rows are held only in memory until they are inserted into\nthe table. This means that if you terminate mysqld forcibly (for\nexample, with kill -9) or if mysqld dies unexpectedly, any queued rows\nthat have not been written to disk are lost.\n\nThere are some constraints on the use of DELAYED:\n\no INSERT DELAYED works only with MyISAM, MEMORY, and ARCHIVE tables.\n  See\n  http://dev.mysql.com/doc/refman/5.0/en/myisam-storage-engine.html,\n  http://dev.mysql.com/doc/refman/5.0/en/memory-storage-engine.html,\n  and\n  http://dev.mysql.com/doc/refman/5.0/en/archive-storage-engine.html.\n\n  For MyISAM tables, if there are no free blocks in the middle of the\n  data file, concurrent SELECT and INSERT statements are supported.\n  Under these circumstances, you very seldom need to use INSERT DELAYED\n  with MyISAM.\n\no INSERT DELAYED should be used only for INSERT statements that specify\n  value lists. The server ignores DELAYED for INSERT ... SELECT or\n  INSERT ... ON DUPLICATE KEY UPDATE statements.\n\no Because the INSERT DELAYED statement returns immediately, before the\n  rows are inserted, you cannot use LAST_INSERT_ID() to get the\n  AUTO_INCREMENT value that the statement might generate.\n\no DELAYED rows are not visible to SELECT statements until they actually\n  have been inserted.\n\no DELAYED is ignored on slave replication servers because it could\n  cause the slave to have different data than the master.\n\no Pending INSERT DELAYED statements are lost if a table is write locked\n  and ALTER TABLE is used to modify the table structure.\n\no INSERT DELAYED is not supported for views.\n','','insert-delayed');
 
515
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (446,20,'MEDIUMTEXT','MEDIUMTEXT [CHARACTER SET charset_name] [COLLATE collation_name]\n\nA TEXT column with a maximum length of 16,777,215 (224 - 1) characters.\n','','string-type-overview');
 
516
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (447,4,'LN','Syntax:\nLN(X)\n\nReturns the natural logarithm of X; that is, the base-e logarithm of X.\n','mysql> SELECT LN(2);\n        -> 0.69314718055995\nmysql> SELECT LN(-2);\n        -> NULL\n','mathematical-functions');
 
517
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (448,25,'SHOW COLLATION','Syntax:\nSHOW COLLATION [LIKE \'pattern\']\n\nThe output from SHOW COLLATION includes all available character sets.\nIt takes an optional LIKE clause whose pattern indicates which\ncollation names to match. For example:\n\nmysql> SHOW COLLATION LIKE \'latin1%\';\n+-------------------+---------+----+---------+----------+---------+\n| Collation         | Charset | Id | Default | Compiled | Sortlen |\n+-------------------+---------+----+---------+----------+---------+\n| latin1_german1_ci | latin1  |  5 |         |          |       0 |\n| latin1_swedish_ci | latin1  |  8 | Yes     | Yes      |       0 |\n| latin1_danish_ci  | latin1  | 15 |         |          |       0 |\n| latin1_german2_ci | latin1  | 31 |         | Yes      |       2 |\n| latin1_bin        | latin1  | 47 |         | Yes      |       0 |\n| latin1_general_ci | latin1  | 48 |         |          |       0 |\n| latin1_general_cs | latin1  | 49 |         |          |       0 |\n| latin1_spanish_ci | latin1  | 94 |         |          |       0 |\n+-------------------+---------+----+---------+----------+---------+\n','','show-collation');
 
518
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (449,4,'LOG','Syntax:\nLOG(X), LOG(B,X)\n\nIf called with one parameter, this function returns the natural\nlogarithm of X.\n','mysql> SELECT LOG(2);\n        -> 0.69314718055995\nmysql> SELECT LOG(-2);\n        -> NULL\n','mathematical-functions');
 
519
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (450,25,'SET SQL_LOG_BIN','Syntax:\nSET SQL_LOG_BIN = {0|1}\n\nDisables or enables binary logging for the current connection\n(SQL_LOG_BIN is a session variable) if the client has the SUPER\nprivilege. The statement is refused with an error if the client does\nnot have that privilege.\n','','set-sql-log-bin');
 
520
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (451,17,'!=','Syntax:\n<>, !=\n\nNot equal:\n','mysql> SELECT \'.01\' <> \'0.01\';\n        -> 1\nmysql> SELECT .01 <> \'0.01\';\n        -> 0\nmysql> SELECT \'zapp\' <> \'zappp\';\n        -> 1\n','comparison-operators');
 
521
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (452,35,'WHILE','Syntax:\n[begin_label:] WHILE search_condition DO\n    statement_list\nEND WHILE [end_label]\n\nThe statement list within a WHILE statement is repeated as long as the\nsearch_condition is true. statement_list consists of one or more\nstatements.\n\nA WHILE statement can be labeled. end_label cannot be given unless\nbegin_label also is present. If both are present, they must be the\nsame.\n','CREATE PROCEDURE dowhile()\nBEGIN\n  DECLARE v1 INT DEFAULT 5;\n\n  WHILE v1 > 0 DO\n    ...\n    SET v1 = v1 - 1;\n  END WHILE;\nEND\n','while-statement');
 
522
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (453,10,'AES_DECRYPT','Syntax:\nAES_ENCRYPT(str,key_str), AES_DECRYPT(crypt_str,key_str)\n\nThese functions allow encryption and decryption of data using the\nofficial AES (Advanced Encryption Standard) algorithm, previously known\nas "Rijndael." Encoding with a 128-bit key length is used, but you can\nextend it up to 256 bits by modifying the source. We chose 128 bits\nbecause it is much faster and it is secure enough for most purposes.\n\nAES_ENCRYPT() encrypts a string and returns a binary string.\nAES_DECRYPT() decrypts the encrypted string and returns the original\nstring. The input arguments may be any length. If either argument is\nNULL, the result of this function is also NULL.\n\nBecause AES is a block-level algorithm, padding is used to encode\nuneven length strings and so the result string length may be calculated\nusing this formula:\n\n16 x (trunc(string_length / 16) + 1)\n\nIf AES_DECRYPT() detects invalid data or incorrect padding, it returns\nNULL. However, it is possible for AES_DECRYPT() to return a non-NULL\nvalue (possibly garbage) if the input data or the key is invalid.\n\nYou can use the AES functions to store data in an encrypted form by\nmodifying your queries:\n','INSERT INTO t VALUES (1,AES_ENCRYPT(\'text\',\'password\'));\n','encryption-functions');
 
523
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (454,28,'DAYNAME','Syntax:\nDAYNAME(date)\n\nReturns the name of the weekday for date. As of MySQL 5.0.25, the\nlanguage used for the name is controlled by the value of the\nlc_time_names system variable\n(http://dev.mysql.com/doc/refman/5.0/en/locale-support.html).\n','mysql> SELECT DAYNAME(\'1998-02-05\');\n        -> \'Thursday\'\n','date-and-time-functions');
 
524
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (455,15,'COERCIBILITY','Syntax:\nCOERCIBILITY(str)\n\nReturns the collation coercibility value of the string argument.\n','mysql> SELECT COERCIBILITY(\'abc\' COLLATE latin1_swedish_ci);\n        -> 0\nmysql> SELECT COERCIBILITY(USER());\n        -> 3\nmysql> SELECT COERCIBILITY(\'abc\');\n        -> 4\n','information-functions');
 
525
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (456,20,'INT','INT[(M)] [UNSIGNED] [ZEROFILL]\n\nA normal-size integer. The signed range is -2147483648 to 2147483647.\nThe unsigned range is 0 to 4294967295.\n','','numeric-type-overview');
 
526
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (457,11,'GLENGTH','GLength(ls)\n\nReturns as a double-precision number the length of the LineString value\nls in its associated spatial reference.\n','mysql> SET @ls = \'LineString(1 1,2 2,3 3)\';\nmysql> SELECT GLength(GeomFromText(@ls));\n+----------------------------+\n| GLength(GeomFromText(@ls)) |\n+----------------------------+\n|            2.8284271247462 |\n+----------------------------+\n','linestring-property-functions');
 
527
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (458,4,'RADIANS','Syntax:\nRADIANS(X)\n\nReturns the argument X, converted from degrees to radians. (Note that\nĻ€ radians equals 180 degrees.)\n','mysql> SELECT RADIANS(90);\n        -> 1.5707963267949\n','mathematical-functions');
 
528
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (459,15,'COLLATION','Syntax:\nCOLLATION(str)\n\nReturns the collation of the string argument.\n','mysql> SELECT COLLATION(\'abc\');\n        -> \'latin1_swedish_ci\'\nmysql> SELECT COLLATION(_utf8\'abc\');\n        -> \'utf8_general_ci\'\n','information-functions');
 
529
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (460,17,'COALESCE','Syntax:\nCOALESCE(value,...)\n\nReturns the first non-NULL value in the list, or NULL if there are no\nnon-NULL values.\n','mysql> SELECT COALESCE(NULL,1);\n        -> 1\nmysql> SELECT COALESCE(NULL,NULL,NULL);\n        -> NULL\n','comparison-operators');
 
530
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (461,15,'VERSION','Syntax:\nVERSION()\n\nReturns a string that indicates the MySQL server version. The string\nuses the utf8 character set.\n','mysql> SELECT VERSION();\n        -> \'5.0.30-standard\'\n','information-functions');
 
531
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (462,33,'MAKE_SET','Syntax:\nMAKE_SET(bits,str1,str2,...)\n\nReturns a set value (a string containing substrings separated by `,\'\ncharacters) consisting of the strings that have the corresponding bit\nin bits set. str1 corresponds to bit 0, str2 to bit 1, and so on. NULL\nvalues in str1, str2, ... are not appended to the result.\n','mysql> SELECT MAKE_SET(1,\'a\',\'b\',\'c\');\n        -> \'a\'\nmysql> SELECT MAKE_SET(1 | 4,\'hello\',\'nice\',\'world\');\n        -> \'hello,world\'\nmysql> SELECT MAKE_SET(1 | 4,\'hello\',\'nice\',NULL,\'world\');\n        -> \'hello\'\nmysql> SELECT MAKE_SET(0,\'a\',\'b\',\'c\');\n        -> \'\'\n','string-functions');
 
532
insert into help_topic (help_topic_id,help_category_id,name,description,example,url) values (463,33,'FIND_IN_SET','Syntax:\nFIND_IN_SET(str,strlist)\n\nReturns a value in the range of 1 to N if the string str is in the\nstring list strlist consisting of N substrings. A string list is a\nstring composed of substrings separated by `,\' characters. If the first\nargument is a constant string and the second is a column of type SET,\nthe FIND_IN_SET() function is optimized to use bit arithmetic. Returns\n0 if str is not in strlist or if strlist is the empty string. Returns\nNULL if either argument is NULL. This function does not work properly\nif the first argument contains a comma (`,\') character.\n','mysql> SELECT FIND_IN_SET(\'b\',\'a,b,c,d\');\n        -> 2\n','string-functions');
 
533
 
 
534
insert into help_keyword (help_keyword_id,name) values (0,'JOIN');
 
535
insert into help_keyword (help_keyword_id,name) values (1,'REPEAT');
 
536
insert into help_keyword (help_keyword_id,name) values (2,'SERIALIZABLE');
 
537
insert into help_keyword (help_keyword_id,name) values (3,'REPLACE');
 
538
insert into help_keyword (help_keyword_id,name) values (4,'RETURNS');
 
539
insert into help_keyword (help_keyword_id,name) values (5,'MASTER_SSL_CA');
 
540
insert into help_keyword (help_keyword_id,name) values (6,'NCHAR');
 
541
insert into help_keyword (help_keyword_id,name) values (7,'COLUMNS');
 
542
insert into help_keyword (help_keyword_id,name) values (8,'WORK');
 
543
insert into help_keyword (help_keyword_id,name) values (9,'DATETIME');
 
544
insert into help_keyword (help_keyword_id,name) values (10,'MODE');
 
545
insert into help_keyword (help_keyword_id,name) values (11,'OPEN');
 
546
insert into help_keyword (help_keyword_id,name) values (12,'INTEGER');
 
547
insert into help_keyword (help_keyword_id,name) values (13,'ESCAPE');
 
548
insert into help_keyword (help_keyword_id,name) values (14,'VALUE');
 
549
insert into help_keyword (help_keyword_id,name) values (15,'GEOMETRYCOLLECTIONFROMWKB');
 
550
insert into help_keyword (help_keyword_id,name) values (16,'SQL_BIG_RESULT');
 
551
insert into help_keyword (help_keyword_id,name) values (17,'DROP');
 
552
insert into help_keyword (help_keyword_id,name) values (18,'EVENTS');
 
553
insert into help_keyword (help_keyword_id,name) values (19,'MONTH');
 
554
insert into help_keyword (help_keyword_id,name) values (20,'INFO');
 
555
insert into help_keyword (help_keyword_id,name) values (21,'DUPLICATE');
 
556
insert into help_keyword (help_keyword_id,name) values (22,'REPLICATION');
 
557
insert into help_keyword (help_keyword_id,name) values (23,'INNODB');
 
558
insert into help_keyword (help_keyword_id,name) values (24,'YEAR_MONTH');
 
559
insert into help_keyword (help_keyword_id,name) values (25,'SUBJECT');
 
560
insert into help_keyword (help_keyword_id,name) values (26,'PREPARE');
 
561
insert into help_keyword (help_keyword_id,name) values (27,'LOCK');
 
562
insert into help_keyword (help_keyword_id,name) values (28,'NDB');
 
563
insert into help_keyword (help_keyword_id,name) values (29,'CHECK');
 
564
insert into help_keyword (help_keyword_id,name) values (30,'FULL');
 
565
insert into help_keyword (help_keyword_id,name) values (31,'INT4');
 
566
insert into help_keyword (help_keyword_id,name) values (32,'BY');
 
567
insert into help_keyword (help_keyword_id,name) values (33,'NO');
 
568
insert into help_keyword (help_keyword_id,name) values (34,'MINUTE');
 
569
insert into help_keyword (help_keyword_id,name) values (35,'DATA');
 
570
insert into help_keyword (help_keyword_id,name) values (36,'DAY');
 
571
insert into help_keyword (help_keyword_id,name) values (37,'SHARE');
 
572
insert into help_keyword (help_keyword_id,name) values (38,'REAL');
 
573
insert into help_keyword (help_keyword_id,name) values (39,'SEPARATOR');
 
574
insert into help_keyword (help_keyword_id,name) values (40,'DELETE');
 
575
insert into help_keyword (help_keyword_id,name) values (41,'ON');
 
576
insert into help_keyword (help_keyword_id,name) values (42,'CONNECTION');
 
577
insert into help_keyword (help_keyword_id,name) values (43,'CLOSE');
 
578
insert into help_keyword (help_keyword_id,name) values (44,'X509');
 
579
insert into help_keyword (help_keyword_id,name) values (45,'USE');
 
580
insert into help_keyword (help_keyword_id,name) values (46,'WHERE');
 
581
insert into help_keyword (help_keyword_id,name) values (47,'PRIVILEGES');
 
582
insert into help_keyword (help_keyword_id,name) values (48,'SPATIAL');
 
583
insert into help_keyword (help_keyword_id,name) values (49,'SUPER');
 
584
insert into help_keyword (help_keyword_id,name) values (50,'SQL_BUFFER_RESULT');
 
585
insert into help_keyword (help_keyword_id,name) values (51,'IGNORE');
 
586
insert into help_keyword (help_keyword_id,name) values (52,'QUICK');
 
587
insert into help_keyword (help_keyword_id,name) values (53,'SIGNED');
 
588
insert into help_keyword (help_keyword_id,name) values (54,'SECURITY');
 
589
insert into help_keyword (help_keyword_id,name) values (55,'POLYGONFROMWKB');
 
590
insert into help_keyword (help_keyword_id,name) values (56,'NDBCLUSTER');
 
591
insert into help_keyword (help_keyword_id,name) values (57,'FALSE');
 
592
insert into help_keyword (help_keyword_id,name) values (58,'LEVEL');
 
593
insert into help_keyword (help_keyword_id,name) values (59,'FORCE');
 
594
insert into help_keyword (help_keyword_id,name) values (60,'BINARY');
 
595
insert into help_keyword (help_keyword_id,name) values (61,'TO');
 
596
insert into help_keyword (help_keyword_id,name) values (62,'CHANGE');
 
597
insert into help_keyword (help_keyword_id,name) values (63,'HOUR_MINUTE');
 
598
insert into help_keyword (help_keyword_id,name) values (64,'UPDATE');
 
599
insert into help_keyword (help_keyword_id,name) values (65,'INTO');
 
600
insert into help_keyword (help_keyword_id,name) values (66,'FEDERATED');
 
601
insert into help_keyword (help_keyword_id,name) values (67,'VARYING');
 
602
insert into help_keyword (help_keyword_id,name) values (68,'HOUR_SECOND');
 
603
insert into help_keyword (help_keyword_id,name) values (69,'VARIABLE');
 
604
insert into help_keyword (help_keyword_id,name) values (70,'ROLLBACK');
 
605
insert into help_keyword (help_keyword_id,name) values (71,'PROCEDURE');
 
606
insert into help_keyword (help_keyword_id,name) values (72,'RTREE');
 
607
insert into help_keyword (help_keyword_id,name) values (73,'TIMESTAMP');
 
608
insert into help_keyword (help_keyword_id,name) values (74,'IMPORT');
 
609
insert into help_keyword (help_keyword_id,name) values (75,'AGAINST');
 
610
insert into help_keyword (help_keyword_id,name) values (76,'CHECKSUM');
 
611
insert into help_keyword (help_keyword_id,name) values (77,'COUNT');
 
612
insert into help_keyword (help_keyword_id,name) values (78,'LONGBINARY');
 
613
insert into help_keyword (help_keyword_id,name) values (79,'THEN');
 
614
insert into help_keyword (help_keyword_id,name) values (80,'INSERT');
 
615
insert into help_keyword (help_keyword_id,name) values (81,'HANDLER');
 
616
insert into help_keyword (help_keyword_id,name) values (82,'ENGINES');
 
617
insert into help_keyword (help_keyword_id,name) values (83,'DAY_SECOND');
 
618
insert into help_keyword (help_keyword_id,name) values (84,'EXISTS');
 
619
insert into help_keyword (help_keyword_id,name) values (85,'MUTEX');
 
620
insert into help_keyword (help_keyword_id,name) values (86,'RELEASE');
 
621
insert into help_keyword (help_keyword_id,name) values (87,'BOOLEAN');
 
622
insert into help_keyword (help_keyword_id,name) values (88,'MOD');
 
623
insert into help_keyword (help_keyword_id,name) values (89,'DEFAULT');
 
624
insert into help_keyword (help_keyword_id,name) values (90,'TYPE');
 
625
insert into help_keyword (help_keyword_id,name) values (91,'NO_WRITE_TO_BINLOG');
 
626
insert into help_keyword (help_keyword_id,name) values (92,'RESET');
 
627
insert into help_keyword (help_keyword_id,name) values (93,'DO');
 
628
insert into help_keyword (help_keyword_id,name) values (94,'ITERATE');
 
629
insert into help_keyword (help_keyword_id,name) values (95,'BIGINT');
 
630
insert into help_keyword (help_keyword_id,name) values (96,'SET');
 
631
insert into help_keyword (help_keyword_id,name) values (97,'ISSUER');
 
632
insert into help_keyword (help_keyword_id,name) values (98,'DATE');
 
633
insert into help_keyword (help_keyword_id,name) values (99,'STATUS');
 
634
insert into help_keyword (help_keyword_id,name) values (100,'FULLTEXT');
 
635
insert into help_keyword (help_keyword_id,name) values (101,'COMMENT');
 
636
insert into help_keyword (help_keyword_id,name) values (102,'MASTER_CONNECT_RETRY');
 
637
insert into help_keyword (help_keyword_id,name) values (103,'INNER');
 
638
insert into help_keyword (help_keyword_id,name) values (104,'STOP');
 
639
insert into help_keyword (help_keyword_id,name) values (105,'MASTER_LOG_FILE');
 
640
insert into help_keyword (help_keyword_id,name) values (106,'MRG_MYISAM');
 
641
insert into help_keyword (help_keyword_id,name) values (107,'PRECISION');
 
642
insert into help_keyword (help_keyword_id,name) values (108,'REQUIRE');
 
643
insert into help_keyword (help_keyword_id,name) values (109,'TRAILING');
 
644
insert into help_keyword (help_keyword_id,name) values (110,'LONG');
 
645
insert into help_keyword (help_keyword_id,name) values (111,'OPTION');
 
646
insert into help_keyword (help_keyword_id,name) values (112,'ELSE');
 
647
insert into help_keyword (help_keyword_id,name) values (113,'DEALLOCATE');
 
648
insert into help_keyword (help_keyword_id,name) values (114,'IO_THREAD');
 
649
insert into help_keyword (help_keyword_id,name) values (115,'CASE');
 
650
insert into help_keyword (help_keyword_id,name) values (116,'CIPHER');
 
651
insert into help_keyword (help_keyword_id,name) values (117,'CONTINUE');
 
652
insert into help_keyword (help_keyword_id,name) values (118,'FROM');
 
653
insert into help_keyword (help_keyword_id,name) values (119,'READ');
 
654
insert into help_keyword (help_keyword_id,name) values (120,'LEFT');
 
655
insert into help_keyword (help_keyword_id,name) values (121,'ELSEIF');
 
656
insert into help_keyword (help_keyword_id,name) values (122,'MINUTE_SECOND');
 
657
insert into help_keyword (help_keyword_id,name) values (123,'COMPACT');
 
658
insert into help_keyword (help_keyword_id,name) values (124,'DEC');
 
659
insert into help_keyword (help_keyword_id,name) values (125,'FOR');
 
660
insert into help_keyword (help_keyword_id,name) values (126,'WARNINGS');
 
661
insert into help_keyword (help_keyword_id,name) values (127,'MIN_ROWS');
 
662
insert into help_keyword (help_keyword_id,name) values (128,'STRING');
 
663
insert into help_keyword (help_keyword_id,name) values (129,'CONDITION');
 
664
insert into help_keyword (help_keyword_id,name) values (130,'FUNCTION');
 
665
insert into help_keyword (help_keyword_id,name) values (131,'ENCLOSED');
 
666
insert into help_keyword (help_keyword_id,name) values (132,'AGGREGATE');
 
667
insert into help_keyword (help_keyword_id,name) values (133,'FIELDS');
 
668
insert into help_keyword (help_keyword_id,name) values (134,'INT3');
 
669
insert into help_keyword (help_keyword_id,name) values (135,'ARCHIVE');
 
670
insert into help_keyword (help_keyword_id,name) values (136,'ADD');
 
671
insert into help_keyword (help_keyword_id,name) values (137,'AVG_ROW_LENGTH');
 
672
insert into help_keyword (help_keyword_id,name) values (138,'FLOAT4');
 
673
insert into help_keyword (help_keyword_id,name) values (139,'VIEW');
 
674
insert into help_keyword (help_keyword_id,name) values (140,'REPEATABLE');
 
675
insert into help_keyword (help_keyword_id,name) values (141,'INFILE');
 
676
insert into help_keyword (help_keyword_id,name) values (142,'ORDER');
 
677
insert into help_keyword (help_keyword_id,name) values (143,'USING');
 
678
insert into help_keyword (help_keyword_id,name) values (144,'MIDDLEINT');
 
679
insert into help_keyword (help_keyword_id,name) values (145,'GRANT');
 
680
insert into help_keyword (help_keyword_id,name) values (146,'UNSIGNED');
 
681
insert into help_keyword (help_keyword_id,name) values (147,'DECIMAL');
 
682
insert into help_keyword (help_keyword_id,name) values (148,'GEOMETRYFROMTEXT');
 
683
insert into help_keyword (help_keyword_id,name) values (149,'INDEXES');
 
684
insert into help_keyword (help_keyword_id,name) values (150,'FOREIGN');
 
685
insert into help_keyword (help_keyword_id,name) values (151,'CACHE');
 
686
insert into help_keyword (help_keyword_id,name) values (152,'HOSTS');
 
687
insert into help_keyword (help_keyword_id,name) values (153,'COMMIT');
 
688
insert into help_keyword (help_keyword_id,name) values (154,'SCHEMAS');
 
689
insert into help_keyword (help_keyword_id,name) values (155,'LEADING');
 
690
insert into help_keyword (help_keyword_id,name) values (156,'SNAPSHOT');
 
691
insert into help_keyword (help_keyword_id,name) values (157,'DECLARE');
 
692
insert into help_keyword (help_keyword_id,name) values (158,'LOAD');
 
693
insert into help_keyword (help_keyword_id,name) values (159,'SQL_CACHE');
 
694
insert into help_keyword (help_keyword_id,name) values (160,'CONVERT');
 
695
insert into help_keyword (help_keyword_id,name) values (161,'DYNAMIC');
 
696
insert into help_keyword (help_keyword_id,name) values (162,'POLYGONFROMTEXT');
 
697
insert into help_keyword (help_keyword_id,name) values (163,'COLLATE');
 
698
insert into help_keyword (help_keyword_id,name) values (164,'BYTE');
 
699
insert into help_keyword (help_keyword_id,name) values (165,'LINESTRINGFROMWKB');
 
700
insert into help_keyword (help_keyword_id,name) values (166,'GLOBAL');
 
701
insert into help_keyword (help_keyword_id,name) values (167,'BERKELEYDB');
 
702
insert into help_keyword (help_keyword_id,name) values (168,'WHEN');
 
703
insert into help_keyword (help_keyword_id,name) values (169,'HAVING');
 
704
insert into help_keyword (help_keyword_id,name) values (170,'AS');
 
705
insert into help_keyword (help_keyword_id,name) values (171,'STARTING');
 
706
insert into help_keyword (help_keyword_id,name) values (172,'RELOAD');
 
707
insert into help_keyword (help_keyword_id,name) values (173,'AUTOCOMMIT');
 
708
insert into help_keyword (help_keyword_id,name) values (174,'REVOKE');
 
709
insert into help_keyword (help_keyword_id,name) values (175,'GRANTS');
 
710
insert into help_keyword (help_keyword_id,name) values (176,'OUTER');
 
711
insert into help_keyword (help_keyword_id,name) values (177,'FLOOR');
 
712
insert into help_keyword (help_keyword_id,name) values (178,'WITH');
 
713
insert into help_keyword (help_keyword_id,name) values (179,'STD');
 
714
insert into help_keyword (help_keyword_id,name) values (180,'AFTER');
 
715
insert into help_keyword (help_keyword_id,name) values (181,'CSV');
 
716
insert into help_keyword (help_keyword_id,name) values (182,'DISABLE');
 
717
insert into help_keyword (help_keyword_id,name) values (183,'OUTFILE');
 
718
insert into help_keyword (help_keyword_id,name) values (184,'LOW_PRIORITY');
 
719
insert into help_keyword (help_keyword_id,name) values (185,'FILE');
 
720
insert into help_keyword (help_keyword_id,name) values (186,'BDB');
 
721
insert into help_keyword (help_keyword_id,name) values (187,'SCHEMA');
 
722
insert into help_keyword (help_keyword_id,name) values (188,'SONAME');
 
723
insert into help_keyword (help_keyword_id,name) values (189,'POW');
 
724
insert into help_keyword (help_keyword_id,name) values (190,'MULTIPOINTFROMWKB');
 
725
insert into help_keyword (help_keyword_id,name) values (191,'INDEX');
 
726
insert into help_keyword (help_keyword_id,name) values (192,'MULTIPOINTFROMTEXT');
 
727
insert into help_keyword (help_keyword_id,name) values (193,'BACKUP');
 
728
insert into help_keyword (help_keyword_id,name) values (194,'MULTILINESTRINGFROMWKB');
 
729
insert into help_keyword (help_keyword_id,name) values (195,'EXTENDED');
 
730
insert into help_keyword (help_keyword_id,name) values (196,'CROSS');
 
731
insert into help_keyword (help_keyword_id,name) values (197,'NATIONAL');
 
732
insert into help_keyword (help_keyword_id,name) values (198,'GROUP');
 
733
insert into help_keyword (help_keyword_id,name) values (199,'UNDO');
 
734
insert into help_keyword (help_keyword_id,name) values (200,'ZEROFILL');
 
735
insert into help_keyword (help_keyword_id,name) values (201,'CLIENT');
 
736
insert into help_keyword (help_keyword_id,name) values (202,'MASTER_PASSWORD');
 
737
insert into help_keyword (help_keyword_id,name) values (203,'RELAY_LOG_FILE');
 
738
insert into help_keyword (help_keyword_id,name) values (204,'TRUE');
 
739
insert into help_keyword (help_keyword_id,name) values (205,'CHARACTER');
 
740
insert into help_keyword (help_keyword_id,name) values (206,'MASTER_USER');
 
741
insert into help_keyword (help_keyword_id,name) values (207,'ENGINE');
 
742
insert into help_keyword (help_keyword_id,name) values (208,'TABLE');
 
743
insert into help_keyword (help_keyword_id,name) values (209,'INSERT_METHOD');
 
744
insert into help_keyword (help_keyword_id,name) values (210,'CASCADE');
 
745
insert into help_keyword (help_keyword_id,name) values (211,'RELAY_LOG_POS');
 
746
insert into help_keyword (help_keyword_id,name) values (212,'SQL_CALC_FOUND_ROWS');
 
747
insert into help_keyword (help_keyword_id,name) values (213,'MYISAM');
 
748
insert into help_keyword (help_keyword_id,name) values (214,'LEAVE');
 
749
insert into help_keyword (help_keyword_id,name) values (215,'MODIFY');
 
750
insert into help_keyword (help_keyword_id,name) values (216,'MATCH');
 
751
insert into help_keyword (help_keyword_id,name) values (217,'MASTER_LOG_POS');
 
752
insert into help_keyword (help_keyword_id,name) values (218,'DESC');
 
753
insert into help_keyword (help_keyword_id,name) values (219,'DISTINCTROW');
 
754
insert into help_keyword (help_keyword_id,name) values (220,'TIME');
 
755
insert into help_keyword (help_keyword_id,name) values (221,'NUMERIC');
 
756
insert into help_keyword (help_keyword_id,name) values (222,'EXPANSION');
 
757
insert into help_keyword (help_keyword_id,name) values (223,'CURSOR');
 
758
insert into help_keyword (help_keyword_id,name) values (224,'GEOMETRYCOLLECTIONFROMTEXT');
 
759
insert into help_keyword (help_keyword_id,name) values (225,'CHAIN');
 
760
insert into help_keyword (help_keyword_id,name) values (226,'FLUSH');
 
761
insert into help_keyword (help_keyword_id,name) values (227,'CREATE');
 
762
insert into help_keyword (help_keyword_id,name) values (228,'ISAM');
 
763
insert into help_keyword (help_keyword_id,name) values (229,'MAX_UPDATES_PER_HOUR');
 
764
insert into help_keyword (help_keyword_id,name) values (230,'INT2');
 
765
insert into help_keyword (help_keyword_id,name) values (231,'PROCESSLIST');
 
766
insert into help_keyword (help_keyword_id,name) values (232,'LOGS');
 
767
insert into help_keyword (help_keyword_id,name) values (233,'HEAP');
 
768
insert into help_keyword (help_keyword_id,name) values (234,'SOUNDS');
 
769
insert into help_keyword (help_keyword_id,name) values (235,'BETWEEN');
 
770
insert into help_keyword (help_keyword_id,name) values (236,'MULTILINESTRINGFROMTEXT');
 
771
insert into help_keyword (help_keyword_id,name) values (237,'PACK_KEYS');
 
772
insert into help_keyword (help_keyword_id,name) values (238,'CALL');
 
773
insert into help_keyword (help_keyword_id,name) values (239,'FAST');
 
774
insert into help_keyword (help_keyword_id,name) values (240,'VALUES');
 
775
insert into help_keyword (help_keyword_id,name) values (241,'LOOP');
 
776
insert into help_keyword (help_keyword_id,name) values (242,'VARCHARACTER');
 
777
insert into help_keyword (help_keyword_id,name) values (243,'BEFORE');
 
778
insert into help_keyword (help_keyword_id,name) values (244,'SHOW');
 
779
insert into help_keyword (help_keyword_id,name) values (245,'REDUNDANT');
 
780
insert into help_keyword (help_keyword_id,name) values (246,'ALL');
 
781
insert into help_keyword (help_keyword_id,name) values (247,'USER_RESOURCES');
 
782
insert into help_keyword (help_keyword_id,name) values (248,'PARTIAL');
 
783
insert into help_keyword (help_keyword_id,name) values (249,'BINLOG');
 
784
insert into help_keyword (help_keyword_id,name) values (250,'END');
 
785
insert into help_keyword (help_keyword_id,name) values (251,'SECOND');
 
786
insert into help_keyword (help_keyword_id,name) values (252,'AND');
 
787
insert into help_keyword (help_keyword_id,name) values (253,'FLOAT8');
 
788
insert into help_keyword (help_keyword_id,name) values (254,'PREV');
 
789
insert into help_keyword (help_keyword_id,name) values (255,'HOUR');
 
790
insert into help_keyword (help_keyword_id,name) values (256,'SELECT');
 
791
insert into help_keyword (help_keyword_id,name) values (257,'DATABASES');
 
792
insert into help_keyword (help_keyword_id,name) values (258,'OR');
 
793
insert into help_keyword (help_keyword_id,name) values (259,'IDENTIFIED');
 
794
insert into help_keyword (help_keyword_id,name) values (260,'MASTER_SSL_CIPHER');
 
795
insert into help_keyword (help_keyword_id,name) values (261,'SQL_SLAVE_SKIP_COUNTER');
 
796
insert into help_keyword (help_keyword_id,name) values (262,'BOTH');
 
797
insert into help_keyword (help_keyword_id,name) values (263,'BOOL');
 
798
insert into help_keyword (help_keyword_id,name) values (264,'YEAR');
 
799
insert into help_keyword (help_keyword_id,name) values (265,'MASTER_PORT');
 
800
insert into help_keyword (help_keyword_id,name) values (266,'CONCURRENT');
 
801
insert into help_keyword (help_keyword_id,name) values (267,'HELP');
 
802
insert into help_keyword (help_keyword_id,name) values (268,'UNIQUE');
 
803
insert into help_keyword (help_keyword_id,name) values (269,'TRIGGERS');
 
804
insert into help_keyword (help_keyword_id,name) values (270,'PROCESS');
 
805
insert into help_keyword (help_keyword_id,name) values (271,'CONSISTENT');
 
806
insert into help_keyword (help_keyword_id,name) values (272,'MASTER_SSL');
 
807
insert into help_keyword (help_keyword_id,name) values (273,'DATE_ADD');
 
808
insert into help_keyword (help_keyword_id,name) values (274,'MAX_CONNECTIONS_PER_HOUR');
 
809
insert into help_keyword (help_keyword_id,name) values (275,'LIKE');
 
810
insert into help_keyword (help_keyword_id,name) values (276,'FETCH');
 
811
insert into help_keyword (help_keyword_id,name) values (277,'IN');
 
812
insert into help_keyword (help_keyword_id,name) values (278,'COLUMN');
 
813
insert into help_keyword (help_keyword_id,name) values (279,'DUMPFILE');
 
814
insert into help_keyword (help_keyword_id,name) values (280,'USAGE');
 
815
insert into help_keyword (help_keyword_id,name) values (281,'EXECUTE');
 
816
insert into help_keyword (help_keyword_id,name) values (282,'MEMORY');
 
817
insert into help_keyword (help_keyword_id,name) values (283,'CEIL');
 
818
insert into help_keyword (help_keyword_id,name) values (284,'QUERY');
 
819
insert into help_keyword (help_keyword_id,name) values (285,'MASTER_HOST');
 
820
insert into help_keyword (help_keyword_id,name) values (286,'LINES');
 
821
insert into help_keyword (help_keyword_id,name) values (287,'SQL_THREAD');
 
822
insert into help_keyword (help_keyword_id,name) values (288,'MAX_QUERIES_PER_HOUR');
 
823
insert into help_keyword (help_keyword_id,name) values (289,'MULTIPOLYGONFROMWKB');
 
824
insert into help_keyword (help_keyword_id,name) values (290,'MASTER_SSL_CERT');
 
825
insert into help_keyword (help_keyword_id,name) values (291,'DAY_MINUTE');
 
826
insert into help_keyword (help_keyword_id,name) values (292,'TRANSACTION');
 
827
insert into help_keyword (help_keyword_id,name) values (293,'DATE_SUB');
 
828
insert into help_keyword (help_keyword_id,name) values (294,'GEOMETRYFROMWKB');
 
829
insert into help_keyword (help_keyword_id,name) values (295,'RENAME');
 
830
insert into help_keyword (help_keyword_id,name) values (296,'INT1');
 
831
insert into help_keyword (help_keyword_id,name) values (297,'ALTER');
 
832
insert into help_keyword (help_keyword_id,name) values (298,'MAX_ROWS');
 
833
insert into help_keyword (help_keyword_id,name) values (299,'RIGHT');
 
834
insert into help_keyword (help_keyword_id,name) values (300,'STRAIGHT_JOIN');
 
835
insert into help_keyword (help_keyword_id,name) values (301,'NATURAL');
 
836
insert into help_keyword (help_keyword_id,name) values (302,'VARIABLES');
 
837
insert into help_keyword (help_keyword_id,name) values (303,'ESCAPED');
 
838
insert into help_keyword (help_keyword_id,name) values (304,'SHA1');
 
839
insert into help_keyword (help_keyword_id,name) values (305,'PASSWORD');
 
840
insert into help_keyword (help_keyword_id,name) values (306,'CHAR');
 
841
insert into help_keyword (help_keyword_id,name) values (307,'OFFSET');
 
842
insert into help_keyword (help_keyword_id,name) values (308,'NEXT');
 
843
insert into help_keyword (help_keyword_id,name) values (309,'SQL_LOG_BIN');
 
844
insert into help_keyword (help_keyword_id,name) values (310,'ERRORS');
 
845
insert into help_keyword (help_keyword_id,name) values (311,'TEMPORARY');
 
846
insert into help_keyword (help_keyword_id,name) values (312,'COMMITTED');
 
847
insert into help_keyword (help_keyword_id,name) values (313,'SQL_SMALL_RESULT');
 
848
insert into help_keyword (help_keyword_id,name) values (314,'UPGRADE');
 
849
insert into help_keyword (help_keyword_id,name) values (315,'DELAY_KEY_WRITE');
 
850
insert into help_keyword (help_keyword_id,name) values (316,'BEGIN');
 
851
insert into help_keyword (help_keyword_id,name) values (317,'MEDIUM');
 
852
insert into help_keyword (help_keyword_id,name) values (318,'INTERVAL');
 
853
insert into help_keyword (help_keyword_id,name) values (319,'SSL');
 
854
insert into help_keyword (help_keyword_id,name) values (320,'DAY_HOUR');
 
855
insert into help_keyword (help_keyword_id,name) values (321,'REFERENCES');
 
856
insert into help_keyword (help_keyword_id,name) values (322,'AES_ENCRYPT');
 
857
insert into help_keyword (help_keyword_id,name) values (323,'STORAGE');
 
858
insert into help_keyword (help_keyword_id,name) values (324,'ISOLATION');
 
859
insert into help_keyword (help_keyword_id,name) values (325,'INT8');
 
860
insert into help_keyword (help_keyword_id,name) values (326,'RESTRICT');
 
861
insert into help_keyword (help_keyword_id,name) values (327,'LINESTRINGFROMTEXT');
 
862
insert into help_keyword (help_keyword_id,name) values (328,'UNCOMMITTED');
 
863
insert into help_keyword (help_keyword_id,name) values (329,'IS');
 
864
insert into help_keyword (help_keyword_id,name) values (330,'NOT');
 
865
insert into help_keyword (help_keyword_id,name) values (331,'ANALYSE');
 
866
insert into help_keyword (help_keyword_id,name) values (332,'DES_KEY_FILE');
 
867
insert into help_keyword (help_keyword_id,name) values (333,'COMPRESSED');
 
868
insert into help_keyword (help_keyword_id,name) values (334,'START');
 
869
insert into help_keyword (help_keyword_id,name) values (335,'IF');
 
870
insert into help_keyword (help_keyword_id,name) values (336,'SAVEPOINT');
 
871
insert into help_keyword (help_keyword_id,name) values (337,'PRIMARY');
 
872
insert into help_keyword (help_keyword_id,name) values (338,'INNOBASE');
 
873
insert into help_keyword (help_keyword_id,name) values (339,'LAST');
 
874
insert into help_keyword (help_keyword_id,name) values (340,'EXIT');
 
875
insert into help_keyword (help_keyword_id,name) values (341,'KEYS');
 
876
insert into help_keyword (help_keyword_id,name) values (342,'LIMIT');
 
877
insert into help_keyword (help_keyword_id,name) values (343,'KEY');
 
878
insert into help_keyword (help_keyword_id,name) values (344,'MERGE');
 
879
insert into help_keyword (help_keyword_id,name) values (345,'UNTIL');
 
880
insert into help_keyword (help_keyword_id,name) values (346,'SQL_NO_CACHE');
 
881
insert into help_keyword (help_keyword_id,name) values (347,'DELAYED');
 
882
insert into help_keyword (help_keyword_id,name) values (348,'CONSTRAINT');
 
883
insert into help_keyword (help_keyword_id,name) values (349,'SERIAL');
 
884
insert into help_keyword (help_keyword_id,name) values (350,'ACTION');
 
885
insert into help_keyword (help_keyword_id,name) values (351,'WRITE');
 
886
insert into help_keyword (help_keyword_id,name) values (352,'SESSION');
 
887
insert into help_keyword (help_keyword_id,name) values (353,'DATABASE');
 
888
insert into help_keyword (help_keyword_id,name) values (354,'NULL');
 
889
insert into help_keyword (help_keyword_id,name) values (355,'USE_FRM');
 
890
insert into help_keyword (help_keyword_id,name) values (356,'SLAVE');
 
891
insert into help_keyword (help_keyword_id,name) values (357,'TERMINATED');
 
892
insert into help_keyword (help_keyword_id,name) values (358,'ASC');
 
893
insert into help_keyword (help_keyword_id,name) values (359,'ENABLE');
 
894
insert into help_keyword (help_keyword_id,name) values (360,'OPTIONALLY');
 
895
insert into help_keyword (help_keyword_id,name) values (361,'DIRECTORY');
 
896
insert into help_keyword (help_keyword_id,name) values (362,'WHILE');
 
897
insert into help_keyword (help_keyword_id,name) values (363,'MAX_USER_CONNECTIONS');
 
898
insert into help_keyword (help_keyword_id,name) values (364,'DISTINCT');
 
899
insert into help_keyword (help_keyword_id,name) values (365,'LOCAL');
 
900
insert into help_keyword (help_keyword_id,name) values (366,'MASTER_SSL_KEY');
 
901
insert into help_keyword (help_keyword_id,name) values (367,'NONE');
 
902
insert into help_keyword (help_keyword_id,name) values (368,'TABLES');
 
903
insert into help_keyword (help_keyword_id,name) values (369,'<>');
 
904
insert into help_keyword (help_keyword_id,name) values (370,'RLIKE');
 
905
insert into help_keyword (help_keyword_id,name) values (371,'TRIGGER');
 
906
insert into help_keyword (help_keyword_id,name) values (372,'COLLATION');
 
907
insert into help_keyword (help_keyword_id,name) values (373,'SHUTDOWN');
 
908
insert into help_keyword (help_keyword_id,name) values (374,'HIGH_PRIORITY');
 
909
insert into help_keyword (help_keyword_id,name) values (375,'BTREE');
 
910
insert into help_keyword (help_keyword_id,name) values (376,'FIRST');
 
911
insert into help_keyword (help_keyword_id,name) values (377,'TYPES');
 
912
insert into help_keyword (help_keyword_id,name) values (378,'MASTER');
 
913
insert into help_keyword (help_keyword_id,name) values (379,'FIXED');
 
914
insert into help_keyword (help_keyword_id,name) values (380,'MULTIPOLYGONFROMTEXT');
 
915
insert into help_keyword (help_keyword_id,name) values (381,'ROW_FORMAT');
 
916
 
 
917
insert into help_relation (help_topic_id,help_keyword_id) values (327,0);
 
918
insert into help_relation (help_topic_id,help_keyword_id) values (207,1);
 
919
insert into help_relation (help_topic_id,help_keyword_id) values (408,2);
 
920
insert into help_relation (help_topic_id,help_keyword_id) values (388,3);
 
921
insert into help_relation (help_topic_id,help_keyword_id) values (188,4);
 
922
insert into help_relation (help_topic_id,help_keyword_id) values (168,5);
 
923
insert into help_relation (help_topic_id,help_keyword_id) values (393,6);
 
924
insert into help_relation (help_topic_id,help_keyword_id) values (318,7);
 
925
insert into help_relation (help_topic_id,help_keyword_id) values (17,7);
 
926
insert into help_relation (help_topic_id,help_keyword_id) values (126,8);
 
927
insert into help_relation (help_topic_id,help_keyword_id) values (347,9);
 
928
insert into help_relation (help_topic_id,help_keyword_id) values (73,10);
 
929
insert into help_relation (help_topic_id,help_keyword_id) values (327,10);
 
930
insert into help_relation (help_topic_id,help_keyword_id) values (12,11);
 
931
insert into help_relation (help_topic_id,help_keyword_id) values (114,11);
 
932
insert into help_relation (help_topic_id,help_keyword_id) values (318,11);
 
933
insert into help_relation (help_topic_id,help_keyword_id) values (88,11);
 
934
insert into help_relation (help_topic_id,help_keyword_id) values (456,12);
 
935
insert into help_relation (help_topic_id,help_keyword_id) values (188,12);
 
936
insert into help_relation (help_topic_id,help_keyword_id) values (350,13);
 
937
insert into help_relation (help_topic_id,help_keyword_id) values (217,14);
 
938
insert into help_relation (help_topic_id,help_keyword_id) values (90,15);
 
939
insert into help_relation (help_topic_id,help_keyword_id) values (327,16);
 
940
insert into help_relation (help_topic_id,help_keyword_id) values (212,17);
 
941
insert into help_relation (help_topic_id,help_keyword_id) values (249,17);
 
942
insert into help_relation (help_topic_id,help_keyword_id) values (382,17);
 
943
insert into help_relation (help_topic_id,help_keyword_id) values (72,17);
 
944
insert into help_relation (help_topic_id,help_keyword_id) values (25,17);
 
945
insert into help_relation (help_topic_id,help_keyword_id) values (237,17);
 
946
insert into help_relation (help_topic_id,help_keyword_id) values (169,17);
 
947
insert into help_relation (help_topic_id,help_keyword_id) values (374,17);
 
948
insert into help_relation (help_topic_id,help_keyword_id) values (423,17);
 
949
insert into help_relation (help_topic_id,help_keyword_id) values (104,18);
 
950
insert into help_relation (help_topic_id,help_keyword_id) values (346,19);
 
951
insert into help_relation (help_topic_id,help_keyword_id) values (234,20);
 
952
insert into help_relation (help_topic_id,help_keyword_id) values (86,21);
 
953
insert into help_relation (help_topic_id,help_keyword_id) values (180,22);
 
954
insert into help_relation (help_topic_id,help_keyword_id) values (369,23);
 
955
insert into help_relation (help_topic_id,help_keyword_id) values (318,23);
 
956
insert into help_relation (help_topic_id,help_keyword_id) values (428,23);
 
957
insert into help_relation (help_topic_id,help_keyword_id) values (346,24);
 
958
insert into help_relation (help_topic_id,help_keyword_id) values (180,25);
 
959
insert into help_relation (help_topic_id,help_keyword_id) values (28,26);
 
960
insert into help_relation (help_topic_id,help_keyword_id) values (212,26);
 
961
insert into help_relation (help_topic_id,help_keyword_id) values (327,27);
 
962
insert into help_relation (help_topic_id,help_keyword_id) values (428,28);
 
963
insert into help_relation (help_topic_id,help_keyword_id) values (428,29);
 
964
insert into help_relation (help_topic_id,help_keyword_id) values (318,30);
 
965
insert into help_relation (help_topic_id,help_keyword_id) values (17,30);
 
966
insert into help_relation (help_topic_id,help_keyword_id) values (267,30);
 
967
insert into help_relation (help_topic_id,help_keyword_id) values (428,30);
 
968
insert into help_relation (help_topic_id,help_keyword_id) values (413,30);
 
969
insert into help_relation (help_topic_id,help_keyword_id) values (456,31);
 
970
insert into help_relation (help_topic_id,help_keyword_id) values (41,32);
 
971
insert into help_relation (help_topic_id,help_keyword_id) values (428,32);
 
972
insert into help_relation (help_topic_id,help_keyword_id) values (69,32);
 
973
insert into help_relation (help_topic_id,help_keyword_id) values (180,32);
 
974
insert into help_relation (help_topic_id,help_keyword_id) values (327,32);
 
975
insert into help_relation (help_topic_id,help_keyword_id) values (388,32);
 
976
insert into help_relation (help_topic_id,help_keyword_id) values (333,32);
 
977
insert into help_relation (help_topic_id,help_keyword_id) values (423,32);
 
978
insert into help_relation (help_topic_id,help_keyword_id) values (432,33);
 
979
insert into help_relation (help_topic_id,help_keyword_id) values (428,33);
 
980
insert into help_relation (help_topic_id,help_keyword_id) values (346,34);
 
981
insert into help_relation (help_topic_id,help_keyword_id) values (99,35);
 
982
insert into help_relation (help_topic_id,help_keyword_id) values (428,35);
 
983
insert into help_relation (help_topic_id,help_keyword_id) values (388,35);
 
984
insert into help_relation (help_topic_id,help_keyword_id) values (346,36);
 
985
insert into help_relation (help_topic_id,help_keyword_id) values (327,37);
 
986
insert into help_relation (help_topic_id,help_keyword_id) values (286,38);
 
987
insert into help_relation (help_topic_id,help_keyword_id) values (188,38);
 
988
insert into help_relation (help_topic_id,help_keyword_id) values (333,39);
 
989
insert into help_relation (help_topic_id,help_keyword_id) values (432,40);
 
990
insert into help_relation (help_topic_id,help_keyword_id) values (428,40);
 
991
insert into help_relation (help_topic_id,help_keyword_id) values (432,41);
 
992
insert into help_relation (help_topic_id,help_keyword_id) values (0,41);
 
993
insert into help_relation (help_topic_id,help_keyword_id) values (428,42);
 
994
insert into help_relation (help_topic_id,help_keyword_id) values (44,43);
 
995
insert into help_relation (help_topic_id,help_keyword_id) values (88,43);
 
996
insert into help_relation (help_topic_id,help_keyword_id) values (180,44);
 
997
insert into help_relation (help_topic_id,help_keyword_id) values (0,45);
 
998
insert into help_relation (help_topic_id,help_keyword_id) values (41,46);
 
999
insert into help_relation (help_topic_id,help_keyword_id) values (69,46);
 
1000
insert into help_relation (help_topic_id,help_keyword_id) values (88,46);
 
1001
insert into help_relation (help_topic_id,help_keyword_id) values (173,47);
 
1002
insert into help_relation (help_topic_id,help_keyword_id) values (223,47);
 
1003
insert into help_relation (help_topic_id,help_keyword_id) values (180,47);
 
1004
insert into help_relation (help_topic_id,help_keyword_id) values (190,48);
 
1005
insert into help_relation (help_topic_id,help_keyword_id) values (423,48);
 
1006
insert into help_relation (help_topic_id,help_keyword_id) values (180,49);
 
1007
insert into help_relation (help_topic_id,help_keyword_id) values (327,50);
 
1008
insert into help_relation (help_topic_id,help_keyword_id) values (0,51);
 
1009
insert into help_relation (help_topic_id,help_keyword_id) values (327,51);
 
1010
insert into help_relation (help_topic_id,help_keyword_id) values (86,51);
 
1011
insert into help_relation (help_topic_id,help_keyword_id) values (69,51);
 
1012
insert into help_relation (help_topic_id,help_keyword_id) values (388,51);
 
1013
insert into help_relation (help_topic_id,help_keyword_id) values (423,51);
 
1014
insert into help_relation (help_topic_id,help_keyword_id) values (426,52);
 
1015
insert into help_relation (help_topic_id,help_keyword_id) values (383,52);
 
1016
insert into help_relation (help_topic_id,help_keyword_id) values (41,52);
 
1017
insert into help_relation (help_topic_id,help_keyword_id) values (347,53);
 
1018
insert into help_relation (help_topic_id,help_keyword_id) values (180,54);
 
1019
insert into help_relation (help_topic_id,help_keyword_id) values (75,55);
 
1020
insert into help_relation (help_topic_id,help_keyword_id) values (441,55);
 
1021
insert into help_relation (help_topic_id,help_keyword_id) values (428,56);
 
1022
insert into help_relation (help_topic_id,help_keyword_id) values (355,57);
 
1023
insert into help_relation (help_topic_id,help_keyword_id) values (408,58);
 
1024
insert into help_relation (help_topic_id,help_keyword_id) values (0,59);
 
1025
insert into help_relation (help_topic_id,help_keyword_id) values (31,60);
 
1026
insert into help_relation (help_topic_id,help_keyword_id) values (347,60);
 
1027
insert into help_relation (help_topic_id,help_keyword_id) values (424,61);
 
1028
insert into help_relation (help_topic_id,help_keyword_id) values (420,61);
 
1029
insert into help_relation (help_topic_id,help_keyword_id) values (168,61);
 
1030
insert into help_relation (help_topic_id,help_keyword_id) values (168,62);
 
1031
insert into help_relation (help_topic_id,help_keyword_id) values (423,62);
 
1032
insert into help_relation (help_topic_id,help_keyword_id) values (346,63);
 
1033
insert into help_relation (help_topic_id,help_keyword_id) values (432,64);
 
1034
insert into help_relation (help_topic_id,help_keyword_id) values (327,64);
 
1035
insert into help_relation (help_topic_id,help_keyword_id) values (86,64);
 
1036
insert into help_relation (help_topic_id,help_keyword_id) values (276,65);
 
1037
insert into help_relation (help_topic_id,help_keyword_id) values (327,65);
 
1038
insert into help_relation (help_topic_id,help_keyword_id) values (86,65);
 
1039
insert into help_relation (help_topic_id,help_keyword_id) values (36,65);
 
1040
insert into help_relation (help_topic_id,help_keyword_id) values (428,66);
 
1041
insert into help_relation (help_topic_id,help_keyword_id) values (231,67);
 
1042
insert into help_relation (help_topic_id,help_keyword_id) values (346,68);
 
1043
insert into help_relation (help_topic_id,help_keyword_id) values (111,69);
 
1044
insert into help_relation (help_topic_id,help_keyword_id) values (126,70);
 
1045
insert into help_relation (help_topic_id,help_keyword_id) values (420,70);
 
1046
insert into help_relation (help_topic_id,help_keyword_id) values (13,71);
 
1047
insert into help_relation (help_topic_id,help_keyword_id) values (402,71);
 
1048
insert into help_relation (help_topic_id,help_keyword_id) values (318,71);
 
1049
insert into help_relation (help_topic_id,help_keyword_id) values (273,71);
 
1050
insert into help_relation (help_topic_id,help_keyword_id) values (382,71);
 
1051
insert into help_relation (help_topic_id,help_keyword_id) values (300,71);
 
1052
insert into help_relation (help_topic_id,help_keyword_id) values (327,71);
 
1053
insert into help_relation (help_topic_id,help_keyword_id) values (166,71);
 
1054
insert into help_relation (help_topic_id,help_keyword_id) values (190,72);
 
1055
insert into help_relation (help_topic_id,help_keyword_id) values (170,73);
 
1056
insert into help_relation (help_topic_id,help_keyword_id) values (81,73);
 
1057
insert into help_relation (help_topic_id,help_keyword_id) values (388,74);
 
1058
insert into help_relation (help_topic_id,help_keyword_id) values (73,75);
 
1059
insert into help_relation (help_topic_id,help_keyword_id) values (428,76);
 
1060
insert into help_relation (help_topic_id,help_keyword_id) values (56,77);
 
1061
insert into help_relation (help_topic_id,help_keyword_id) values (396,77);
 
1062
insert into help_relation (help_topic_id,help_keyword_id) values (301,77);
 
1063
insert into help_relation (help_topic_id,help_keyword_id) values (259,78);
 
1064
insert into help_relation (help_topic_id,help_keyword_id) values (70,79);
 
1065
insert into help_relation (help_topic_id,help_keyword_id) values (23,79);
 
1066
insert into help_relation (help_topic_id,help_keyword_id) values (385,79);
 
1067
insert into help_relation (help_topic_id,help_keyword_id) values (174,80);
 
1068
insert into help_relation (help_topic_id,help_keyword_id) values (86,80);
 
1069
insert into help_relation (help_topic_id,help_keyword_id) values (445,80);
 
1070
insert into help_relation (help_topic_id,help_keyword_id) values (285,81);
 
1071
insert into help_relation (help_topic_id,help_keyword_id) values (318,82);
 
1072
insert into help_relation (help_topic_id,help_keyword_id) values (254,82);
 
1073
insert into help_relation (help_topic_id,help_keyword_id) values (346,83);
 
1074
insert into help_relation (help_topic_id,help_keyword_id) values (135,84);
 
1075
insert into help_relation (help_topic_id,help_keyword_id) values (25,84);
 
1076
insert into help_relation (help_topic_id,help_keyword_id) values (249,84);
 
1077
insert into help_relation (help_topic_id,help_keyword_id) values (255,85);
 
1078
insert into help_relation (help_topic_id,help_keyword_id) values (318,85);
 
1079
insert into help_relation (help_topic_id,help_keyword_id) values (126,86);
 
1080
insert into help_relation (help_topic_id,help_keyword_id) values (73,87);
 
1081
insert into help_relation (help_topic_id,help_keyword_id) values (19,87);
 
1082
insert into help_relation (help_topic_id,help_keyword_id) values (94,88);
 
1083
insert into help_relation (help_topic_id,help_keyword_id) values (155,88);
 
1084
insert into help_relation (help_topic_id,help_keyword_id) values (86,89);
 
1085
insert into help_relation (help_topic_id,help_keyword_id) values (428,89);
 
1086
insert into help_relation (help_topic_id,help_keyword_id) values (217,89);
 
1087
insert into help_relation (help_topic_id,help_keyword_id) values (178,89);
 
1088
insert into help_relation (help_topic_id,help_keyword_id) values (423,89);
 
1089
insert into help_relation (help_topic_id,help_keyword_id) values (428,90);
 
1090
insert into help_relation (help_topic_id,help_keyword_id) values (423,90);
 
1091
insert into help_relation (help_topic_id,help_keyword_id) values (426,91);
 
1092
insert into help_relation (help_topic_id,help_keyword_id) values (299,91);
 
1093
insert into help_relation (help_topic_id,help_keyword_id) values (96,91);
 
1094
insert into help_relation (help_topic_id,help_keyword_id) values (430,91);
 
1095
insert into help_relation (help_topic_id,help_keyword_id) values (30,92);
 
1096
insert into help_relation (help_topic_id,help_keyword_id) values (238,92);
 
1097
insert into help_relation (help_topic_id,help_keyword_id) values (131,92);
 
1098
insert into help_relation (help_topic_id,help_keyword_id) values (452,93);
 
1099
insert into help_relation (help_topic_id,help_keyword_id) values (106,94);
 
1100
insert into help_relation (help_topic_id,help_keyword_id) values (199,95);
 
1101
insert into help_relation (help_topic_id,help_keyword_id) values (119,96);
 
1102
insert into help_relation (help_topic_id,help_keyword_id) values (305,96);
 
1103
insert into help_relation (help_topic_id,help_keyword_id) values (428,96);
 
1104
insert into help_relation (help_topic_id,help_keyword_id) values (69,96);
 
1105
insert into help_relation (help_topic_id,help_keyword_id) values (126,96);
 
1106
insert into help_relation (help_topic_id,help_keyword_id) values (432,96);
 
1107
insert into help_relation (help_topic_id,help_keyword_id) values (164,96);
 
1108
insert into help_relation (help_topic_id,help_keyword_id) values (191,96);
 
1109
insert into help_relation (help_topic_id,help_keyword_id) values (450,96);
 
1110
insert into help_relation (help_topic_id,help_keyword_id) values (36,96);
 
1111
insert into help_relation (help_topic_id,help_keyword_id) values (423,96);
 
1112
insert into help_relation (help_topic_id,help_keyword_id) values (180,97);
 
1113
insert into help_relation (help_topic_id,help_keyword_id) values (236,98);
 
1114
insert into help_relation (help_topic_id,help_keyword_id) values (112,98);
 
1115
insert into help_relation (help_topic_id,help_keyword_id) values (347,98);
 
1116
insert into help_relation (help_topic_id,help_keyword_id) values (346,98);
 
1117
insert into help_relation (help_topic_id,help_keyword_id) values (255,99);
 
1118
insert into help_relation (help_topic_id,help_keyword_id) values (318,99);
 
1119
insert into help_relation (help_topic_id,help_keyword_id) values (337,99);
 
1120
insert into help_relation (help_topic_id,help_keyword_id) values (201,99);
 
1121
insert into help_relation (help_topic_id,help_keyword_id) values (369,99);
 
1122
insert into help_relation (help_topic_id,help_keyword_id) values (48,99);
 
1123
insert into help_relation (help_topic_id,help_keyword_id) values (300,99);
 
1124
insert into help_relation (help_topic_id,help_keyword_id) values (117,99);
 
1125
insert into help_relation (help_topic_id,help_keyword_id) values (193,99);
 
1126
insert into help_relation (help_topic_id,help_keyword_id) values (428,100);
 
1127
insert into help_relation (help_topic_id,help_keyword_id) values (190,100);
 
1128
insert into help_relation (help_topic_id,help_keyword_id) values (423,100);
 
1129
insert into help_relation (help_topic_id,help_keyword_id) values (428,101);
 
1130
insert into help_relation (help_topic_id,help_keyword_id) values (168,102);
 
1131
insert into help_relation (help_topic_id,help_keyword_id) values (0,103);
 
1132
insert into help_relation (help_topic_id,help_keyword_id) values (45,104);
 
1133
insert into help_relation (help_topic_id,help_keyword_id) values (168,105);
 
1134
insert into help_relation (help_topic_id,help_keyword_id) values (428,106);
 
1135
insert into help_relation (help_topic_id,help_keyword_id) values (286,107);
 
1136
insert into help_relation (help_topic_id,help_keyword_id) values (180,108);
 
1137
insert into help_relation (help_topic_id,help_keyword_id) values (416,109);
 
1138
insert into help_relation (help_topic_id,help_keyword_id) values (259,110);
 
1139
insert into help_relation (help_topic_id,help_keyword_id) values (180,111);
 
1140
insert into help_relation (help_topic_id,help_keyword_id) values (70,112);
 
1141
insert into help_relation (help_topic_id,help_keyword_id) values (385,112);
 
1142
insert into help_relation (help_topic_id,help_keyword_id) values (212,113);
 
1143
insert into help_relation (help_topic_id,help_keyword_id) values (45,114);
 
1144
insert into help_relation (help_topic_id,help_keyword_id) values (297,114);
 
1145
insert into help_relation (help_topic_id,help_keyword_id) values (70,115);
 
1146
insert into help_relation (help_topic_id,help_keyword_id) values (385,115);
 
1147
insert into help_relation (help_topic_id,help_keyword_id) values (180,116);
 
1148
insert into help_relation (help_topic_id,help_keyword_id) values (285,117);
 
1149
insert into help_relation (help_topic_id,help_keyword_id) values (318,118);
 
1150
insert into help_relation (help_topic_id,help_keyword_id) values (99,118);
 
1151
insert into help_relation (help_topic_id,help_keyword_id) values (416,118);
 
1152
insert into help_relation (help_topic_id,help_keyword_id) values (41,118);
 
1153
insert into help_relation (help_topic_id,help_keyword_id) values (104,118);
 
1154
insert into help_relation (help_topic_id,help_keyword_id) values (327,118);
 
1155
insert into help_relation (help_topic_id,help_keyword_id) values (332,118);
 
1156
insert into help_relation (help_topic_id,help_keyword_id) values (408,119);
 
1157
insert into help_relation (help_topic_id,help_keyword_id) values (29,119);
 
1158
insert into help_relation (help_topic_id,help_keyword_id) values (88,119);
 
1159
insert into help_relation (help_topic_id,help_keyword_id) values (0,120);
 
1160
insert into help_relation (help_topic_id,help_keyword_id) values (23,121);
 
1161
insert into help_relation (help_topic_id,help_keyword_id) values (346,122);
 
1162
insert into help_relation (help_topic_id,help_keyword_id) values (428,123);
 
1163
insert into help_relation (help_topic_id,help_keyword_id) values (187,124);
 
1164
insert into help_relation (help_topic_id,help_keyword_id) values (285,125);
 
1165
insert into help_relation (help_topic_id,help_keyword_id) values (318,125);
 
1166
insert into help_relation (help_topic_id,help_keyword_id) values (161,125);
 
1167
insert into help_relation (help_topic_id,help_keyword_id) values (327,125);
 
1168
insert into help_relation (help_topic_id,help_keyword_id) values (386,125);
 
1169
insert into help_relation (help_topic_id,help_keyword_id) values (318,126);
 
1170
insert into help_relation (help_topic_id,help_keyword_id) values (301,126);
 
1171
insert into help_relation (help_topic_id,help_keyword_id) values (428,127);
 
1172
insert into help_relation (help_topic_id,help_keyword_id) values (188,128);
 
1173
insert into help_relation (help_topic_id,help_keyword_id) values (161,129);
 
1174
insert into help_relation (help_topic_id,help_keyword_id) values (13,130);
 
1175
insert into help_relation (help_topic_id,help_keyword_id) values (402,130);
 
1176
insert into help_relation (help_topic_id,help_keyword_id) values (318,130);
 
1177
insert into help_relation (help_topic_id,help_keyword_id) values (273,130);
 
1178
insert into help_relation (help_topic_id,help_keyword_id) values (382,130);
 
1179
insert into help_relation (help_topic_id,help_keyword_id) values (300,130);
 
1180
insert into help_relation (help_topic_id,help_keyword_id) values (188,130);
 
1181
insert into help_relation (help_topic_id,help_keyword_id) values (374,130);
 
1182
insert into help_relation (help_topic_id,help_keyword_id) values (388,131);
 
1183
insert into help_relation (help_topic_id,help_keyword_id) values (188,132);
 
1184
insert into help_relation (help_topic_id,help_keyword_id) values (318,133);
 
1185
insert into help_relation (help_topic_id,help_keyword_id) values (388,133);
 
1186
insert into help_relation (help_topic_id,help_keyword_id) values (226,134);
 
1187
insert into help_relation (help_topic_id,help_keyword_id) values (428,135);
 
1188
insert into help_relation (help_topic_id,help_keyword_id) values (50,136);
 
1189
insert into help_relation (help_topic_id,help_keyword_id) values (423,136);
 
1190
insert into help_relation (help_topic_id,help_keyword_id) values (428,137);
 
1191
insert into help_relation (help_topic_id,help_keyword_id) values (423,137);
 
1192
insert into help_relation (help_topic_id,help_keyword_id) values (149,138);
 
1193
insert into help_relation (help_topic_id,help_keyword_id) values (25,139);
 
1194
insert into help_relation (help_topic_id,help_keyword_id) values (139,139);
 
1195
insert into help_relation (help_topic_id,help_keyword_id) values (408,140);
 
1196
insert into help_relation (help_topic_id,help_keyword_id) values (388,141);
 
1197
insert into help_relation (help_topic_id,help_keyword_id) values (41,142);
 
1198
insert into help_relation (help_topic_id,help_keyword_id) values (327,142);
 
1199
insert into help_relation (help_topic_id,help_keyword_id) values (69,142);
 
1200
insert into help_relation (help_topic_id,help_keyword_id) values (423,142);
 
1201
insert into help_relation (help_topic_id,help_keyword_id) values (333,142);
 
1202
insert into help_relation (help_topic_id,help_keyword_id) values (0,143);
 
1203
insert into help_relation (help_topic_id,help_keyword_id) values (71,143);
 
1204
insert into help_relation (help_topic_id,help_keyword_id) values (41,143);
 
1205
insert into help_relation (help_topic_id,help_keyword_id) values (226,144);
 
1206
insert into help_relation (help_topic_id,help_keyword_id) values (180,145);
 
1207
insert into help_relation (help_topic_id,help_keyword_id) values (286,146);
 
1208
insert into help_relation (help_topic_id,help_keyword_id) values (456,146);
 
1209
insert into help_relation (help_topic_id,help_keyword_id) values (187,146);
 
1210
insert into help_relation (help_topic_id,help_keyword_id) values (19,146);
 
1211
insert into help_relation (help_topic_id,help_keyword_id) values (347,146);
 
1212
insert into help_relation (help_topic_id,help_keyword_id) values (149,146);
 
1213
insert into help_relation (help_topic_id,help_keyword_id) values (110,146);
 
1214
insert into help_relation (help_topic_id,help_keyword_id) values (136,147);
 
1215
insert into help_relation (help_topic_id,help_keyword_id) values (188,147);
 
1216
insert into help_relation (help_topic_id,help_keyword_id) values (379,148);
 
1217
insert into help_relation (help_topic_id,help_keyword_id) values (318,149);
 
1218
insert into help_relation (help_topic_id,help_keyword_id) values (432,150);
 
1219
insert into help_relation (help_topic_id,help_keyword_id) values (428,150);
 
1220
insert into help_relation (help_topic_id,help_keyword_id) values (423,150);
 
1221
insert into help_relation (help_topic_id,help_keyword_id) values (276,151);
 
1222
insert into help_relation (help_topic_id,help_keyword_id) values (84,151);
 
1223
insert into help_relation (help_topic_id,help_keyword_id) values (131,151);
 
1224
insert into help_relation (help_topic_id,help_keyword_id) values (125,152);
 
1225
insert into help_relation (help_topic_id,help_keyword_id) values (318,152);
 
1226
insert into help_relation (help_topic_id,help_keyword_id) values (126,153);
 
1227
insert into help_relation (help_topic_id,help_keyword_id) values (318,154);
 
1228
insert into help_relation (help_topic_id,help_keyword_id) values (140,154);
 
1229
insert into help_relation (help_topic_id,help_keyword_id) values (416,155);
 
1230
insert into help_relation (help_topic_id,help_keyword_id) values (126,156);
 
1231
insert into help_relation (help_topic_id,help_keyword_id) values (285,157);
 
1232
insert into help_relation (help_topic_id,help_keyword_id) values (161,157);
 
1233
insert into help_relation (help_topic_id,help_keyword_id) values (386,157);
 
1234
insert into help_relation (help_topic_id,help_keyword_id) values (178,157);
 
1235
insert into help_relation (help_topic_id,help_keyword_id) values (276,158);
 
1236
insert into help_relation (help_topic_id,help_keyword_id) values (99,158);
 
1237
insert into help_relation (help_topic_id,help_keyword_id) values (388,158);
 
1238
insert into help_relation (help_topic_id,help_keyword_id) values (332,158);
 
1239
insert into help_relation (help_topic_id,help_keyword_id) values (327,159);
 
1240
insert into help_relation (help_topic_id,help_keyword_id) values (347,160);
 
1241
insert into help_relation (help_topic_id,help_keyword_id) values (428,161);
 
1242
insert into help_relation (help_topic_id,help_keyword_id) values (364,162);
 
1243
insert into help_relation (help_topic_id,help_keyword_id) values (428,163);
 
1244
insert into help_relation (help_topic_id,help_keyword_id) values (425,164);
 
1245
insert into help_relation (help_topic_id,help_keyword_id) values (412,165);
 
1246
insert into help_relation (help_topic_id,help_keyword_id) values (111,166);
 
1247
insert into help_relation (help_topic_id,help_keyword_id) values (408,166);
 
1248
insert into help_relation (help_topic_id,help_keyword_id) values (164,166);
 
1249
insert into help_relation (help_topic_id,help_keyword_id) values (321,166);
 
1250
insert into help_relation (help_topic_id,help_keyword_id) values (117,166);
 
1251
insert into help_relation (help_topic_id,help_keyword_id) values (428,167);
 
1252
insert into help_relation (help_topic_id,help_keyword_id) values (70,168);
 
1253
insert into help_relation (help_topic_id,help_keyword_id) values (385,168);
 
1254
insert into help_relation (help_topic_id,help_keyword_id) values (327,169);
 
1255
insert into help_relation (help_topic_id,help_keyword_id) values (0,170);
 
1256
insert into help_relation (help_topic_id,help_keyword_id) values (29,170);
 
1257
insert into help_relation (help_topic_id,help_keyword_id) values (327,170);
 
1258
insert into help_relation (help_topic_id,help_keyword_id) values (388,171);
 
1259
insert into help_relation (help_topic_id,help_keyword_id) values (180,172);
 
1260
insert into help_relation (help_topic_id,help_keyword_id) values (126,173);
 
1261
insert into help_relation (help_topic_id,help_keyword_id) values (223,174);
 
1262
insert into help_relation (help_topic_id,help_keyword_id) values (318,175);
 
1263
insert into help_relation (help_topic_id,help_keyword_id) values (172,175);
 
1264
insert into help_relation (help_topic_id,help_keyword_id) values (0,176);
 
1265
insert into help_relation (help_topic_id,help_keyword_id) values (199,177);
 
1266
insert into help_relation (help_topic_id,help_keyword_id) values (73,178);
 
1267
insert into help_relation (help_topic_id,help_keyword_id) values (180,178);
 
1268
insert into help_relation (help_topic_id,help_keyword_id) values (375,179);
 
1269
insert into help_relation (help_topic_id,help_keyword_id) values (423,180);
 
1270
insert into help_relation (help_topic_id,help_keyword_id) values (428,181);
 
1271
insert into help_relation (help_topic_id,help_keyword_id) values (388,181);
 
1272
insert into help_relation (help_topic_id,help_keyword_id) values (423,182);
 
1273
insert into help_relation (help_topic_id,help_keyword_id) values (327,183);
 
1274
insert into help_relation (help_topic_id,help_keyword_id) values (29,184);
 
1275
insert into help_relation (help_topic_id,help_keyword_id) values (41,184);
 
1276
insert into help_relation (help_topic_id,help_keyword_id) values (86,184);
 
1277
insert into help_relation (help_topic_id,help_keyword_id) values (69,184);
 
1278
insert into help_relation (help_topic_id,help_keyword_id) values (36,184);
 
1279
insert into help_relation (help_topic_id,help_keyword_id) values (388,184);
 
1280
insert into help_relation (help_topic_id,help_keyword_id) values (180,185);
 
1281
insert into help_relation (help_topic_id,help_keyword_id) values (146,186);
 
1282
insert into help_relation (help_topic_id,help_keyword_id) values (428,186);
 
1283
insert into help_relation (help_topic_id,help_keyword_id) values (318,187);
 
1284
insert into help_relation (help_topic_id,help_keyword_id) values (135,187);
 
1285
insert into help_relation (help_topic_id,help_keyword_id) values (281,187);
 
1286
insert into help_relation (help_topic_id,help_keyword_id) values (169,187);
 
1287
insert into help_relation (help_topic_id,help_keyword_id) values (191,187);
 
1288
insert into help_relation (help_topic_id,help_keyword_id) values (188,188);
 
1289
insert into help_relation (help_topic_id,help_keyword_id) values (442,189);
 
1290
insert into help_relation (help_topic_id,help_keyword_id) values (422,190);
 
1291
insert into help_relation (help_topic_id,help_keyword_id) values (318,191);
 
1292
insert into help_relation (help_topic_id,help_keyword_id) values (0,191);
 
1293
insert into help_relation (help_topic_id,help_keyword_id) values (428,191);
 
1294
insert into help_relation (help_topic_id,help_keyword_id) values (276,191);
 
1295
insert into help_relation (help_topic_id,help_keyword_id) values (72,191);
 
1296
insert into help_relation (help_topic_id,help_keyword_id) values (50,191);
 
1297
insert into help_relation (help_topic_id,help_keyword_id) values (280,191);
 
1298
insert into help_relation (help_topic_id,help_keyword_id) values (84,191);
 
1299
insert into help_relation (help_topic_id,help_keyword_id) values (190,191);
 
1300
insert into help_relation (help_topic_id,help_keyword_id) values (423,191);
 
1301
insert into help_relation (help_topic_id,help_keyword_id) values (390,192);
 
1302
insert into help_relation (help_topic_id,help_keyword_id) values (329,193);
 
1303
insert into help_relation (help_topic_id,help_keyword_id) values (245,194);
 
1304
insert into help_relation (help_topic_id,help_keyword_id) values (426,195);
 
1305
insert into help_relation (help_topic_id,help_keyword_id) values (0,196);
 
1306
insert into help_relation (help_topic_id,help_keyword_id) values (231,197);
 
1307
insert into help_relation (help_topic_id,help_keyword_id) values (393,197);
 
1308
insert into help_relation (help_topic_id,help_keyword_id) values (327,198);
 
1309
insert into help_relation (help_topic_id,help_keyword_id) values (285,199);
 
1310
insert into help_relation (help_topic_id,help_keyword_id) values (286,200);
 
1311
insert into help_relation (help_topic_id,help_keyword_id) values (456,200);
 
1312
insert into help_relation (help_topic_id,help_keyword_id) values (187,200);
 
1313
insert into help_relation (help_topic_id,help_keyword_id) values (19,200);
 
1314
insert into help_relation (help_topic_id,help_keyword_id) values (149,200);
 
1315
insert into help_relation (help_topic_id,help_keyword_id) values (110,200);
 
1316
insert into help_relation (help_topic_id,help_keyword_id) values (180,201);
 
1317
insert into help_relation (help_topic_id,help_keyword_id) values (168,202);
 
1318
insert into help_relation (help_topic_id,help_keyword_id) values (168,203);
 
1319
insert into help_relation (help_topic_id,help_keyword_id) values (355,204);
 
1320
insert into help_relation (help_topic_id,help_keyword_id) values (305,205);
 
1321
insert into help_relation (help_topic_id,help_keyword_id) values (231,205);
 
1322
insert into help_relation (help_topic_id,help_keyword_id) values (393,205);
 
1323
insert into help_relation (help_topic_id,help_keyword_id) values (428,205);
 
1324
insert into help_relation (help_topic_id,help_keyword_id) values (191,205);
 
1325
insert into help_relation (help_topic_id,help_keyword_id) values (168,206);
 
1326
insert into help_relation (help_topic_id,help_keyword_id) values (318,207);
 
1327
insert into help_relation (help_topic_id,help_keyword_id) values (337,207);
 
1328
insert into help_relation (help_topic_id,help_keyword_id) values (428,207);
 
1329
insert into help_relation (help_topic_id,help_keyword_id) values (423,207);
 
1330
insert into help_relation (help_topic_id,help_keyword_id) values (250,208);
 
1331
insert into help_relation (help_topic_id,help_keyword_id) values (318,208);
 
1332
insert into help_relation (help_topic_id,help_keyword_id) values (50,208);
 
1333
insert into help_relation (help_topic_id,help_keyword_id) values (193,208);
 
1334
insert into help_relation (help_topic_id,help_keyword_id) values (329,208);
 
1335
insert into help_relation (help_topic_id,help_keyword_id) values (332,208);
 
1336
insert into help_relation (help_topic_id,help_keyword_id) values (249,208);
 
1337
insert into help_relation (help_topic_id,help_keyword_id) values (428,209);
 
1338
insert into help_relation (help_topic_id,help_keyword_id) values (432,210);
 
1339
insert into help_relation (help_topic_id,help_keyword_id) values (25,210);
 
1340
insert into help_relation (help_topic_id,help_keyword_id) values (428,210);
 
1341
insert into help_relation (help_topic_id,help_keyword_id) values (249,210);
 
1342
insert into help_relation (help_topic_id,help_keyword_id) values (168,211);
 
1343
insert into help_relation (help_topic_id,help_keyword_id) values (327,212);
 
1344
insert into help_relation (help_topic_id,help_keyword_id) values (428,213);
 
1345
insert into help_relation (help_topic_id,help_keyword_id) values (282,214);
 
1346
insert into help_relation (help_topic_id,help_keyword_id) values (423,215);
 
1347
insert into help_relation (help_topic_id,help_keyword_id) values (73,216);
 
1348
insert into help_relation (help_topic_id,help_keyword_id) values (168,217);
 
1349
insert into help_relation (help_topic_id,help_keyword_id) values (302,218);
 
1350
insert into help_relation (help_topic_id,help_keyword_id) values (327,218);
 
1351
insert into help_relation (help_topic_id,help_keyword_id) values (333,218);
 
1352
insert into help_relation (help_topic_id,help_keyword_id) values (327,219);
 
1353
insert into help_relation (help_topic_id,help_keyword_id) values (287,220);
 
1354
insert into help_relation (help_topic_id,help_keyword_id) values (345,220);
 
1355
insert into help_relation (help_topic_id,help_keyword_id) values (347,220);
 
1356
insert into help_relation (help_topic_id,help_keyword_id) values (187,221);
 
1357
insert into help_relation (help_topic_id,help_keyword_id) values (73,222);
 
1358
insert into help_relation (help_topic_id,help_keyword_id) values (386,223);
 
1359
insert into help_relation (help_topic_id,help_keyword_id) values (220,224);
 
1360
insert into help_relation (help_topic_id,help_keyword_id) values (126,225);
 
1361
insert into help_relation (help_topic_id,help_keyword_id) values (131,226);
 
1362
insert into help_relation (help_topic_id,help_keyword_id) values (13,227);
 
1363
insert into help_relation (help_topic_id,help_keyword_id) values (318,227);
 
1364
insert into help_relation (help_topic_id,help_keyword_id) values (16,227);
 
1365
insert into help_relation (help_topic_id,help_keyword_id) values (135,227);
 
1366
insert into help_relation (help_topic_id,help_keyword_id) values (428,227);
 
1367
insert into help_relation (help_topic_id,help_keyword_id) values (273,227);
 
1368
insert into help_relation (help_topic_id,help_keyword_id) values (250,227);
 
1369
insert into help_relation (help_topic_id,help_keyword_id) values (281,227);
 
1370
insert into help_relation (help_topic_id,help_keyword_id) values (50,227);
 
1371
insert into help_relation (help_topic_id,help_keyword_id) values (188,227);
 
1372
insert into help_relation (help_topic_id,help_keyword_id) values (190,227);
 
1373
insert into help_relation (help_topic_id,help_keyword_id) values (428,228);
 
1374
insert into help_relation (help_topic_id,help_keyword_id) values (180,229);
 
1375
insert into help_relation (help_topic_id,help_keyword_id) values (208,230);
 
1376
insert into help_relation (help_topic_id,help_keyword_id) values (318,231);
 
1377
insert into help_relation (help_topic_id,help_keyword_id) values (413,231);
 
1378
insert into help_relation (help_topic_id,help_keyword_id) values (31,232);
 
1379
insert into help_relation (help_topic_id,help_keyword_id) values (318,232);
 
1380
insert into help_relation (help_topic_id,help_keyword_id) values (337,232);
 
1381
insert into help_relation (help_topic_id,help_keyword_id) values (146,232);
 
1382
insert into help_relation (help_topic_id,help_keyword_id) values (428,233);
 
1383
insert into help_relation (help_topic_id,help_keyword_id) values (348,234);
 
1384
insert into help_relation (help_topic_id,help_keyword_id) values (127,235);
 
1385
insert into help_relation (help_topic_id,help_keyword_id) values (89,236);
 
1386
insert into help_relation (help_topic_id,help_keyword_id) values (428,237);
 
1387
insert into help_relation (help_topic_id,help_keyword_id) values (310,238);
 
1388
insert into help_relation (help_topic_id,help_keyword_id) values (383,239);
 
1389
insert into help_relation (help_topic_id,help_keyword_id) values (36,240);
 
1390
insert into help_relation (help_topic_id,help_keyword_id) values (315,241);
 
1391
insert into help_relation (help_topic_id,help_keyword_id) values (231,242);
 
1392
insert into help_relation (help_topic_id,help_keyword_id) values (424,243);
 
1393
insert into help_relation (help_topic_id,help_keyword_id) values (173,244);
 
1394
insert into help_relation (help_topic_id,help_keyword_id) values (305,244);
 
1395
insert into help_relation (help_topic_id,help_keyword_id) values (56,244);
 
1396
insert into help_relation (help_topic_id,help_keyword_id) values (337,244);
 
1397
insert into help_relation (help_topic_id,help_keyword_id) values (140,244);
 
1398
insert into help_relation (help_topic_id,help_keyword_id) values (31,244);
 
1399
insert into help_relation (help_topic_id,help_keyword_id) values (114,244);
 
1400
insert into help_relation (help_topic_id,help_keyword_id) values (369,244);
 
1401
insert into help_relation (help_topic_id,help_keyword_id) values (250,244);
 
1402
insert into help_relation (help_topic_id,help_keyword_id) values (146,244);
 
1403
insert into help_relation (help_topic_id,help_keyword_id) values (280,244);
 
1404
insert into help_relation (help_topic_id,help_keyword_id) values (448,244);
 
1405
insert into help_relation (help_topic_id,help_keyword_id) values (281,244);
 
1406
insert into help_relation (help_topic_id,help_keyword_id) values (254,244);
 
1407
insert into help_relation (help_topic_id,help_keyword_id) values (117,244);
 
1408
insert into help_relation (help_topic_id,help_keyword_id) values (193,244);
 
1409
insert into help_relation (help_topic_id,help_keyword_id) values (13,244);
 
1410
insert into help_relation (help_topic_id,help_keyword_id) values (255,244);
 
1411
insert into help_relation (help_topic_id,help_keyword_id) values (17,244);
 
1412
insert into help_relation (help_topic_id,help_keyword_id) values (321,244);
 
1413
insert into help_relation (help_topic_id,help_keyword_id) values (201,244);
 
1414
insert into help_relation (help_topic_id,help_keyword_id) values (125,244);
 
1415
insert into help_relation (help_topic_id,help_keyword_id) values (20,244);
 
1416
insert into help_relation (help_topic_id,help_keyword_id) values (48,244);
 
1417
insert into help_relation (help_topic_id,help_keyword_id) values (267,244);
 
1418
insert into help_relation (help_topic_id,help_keyword_id) values (300,244);
 
1419
insert into help_relation (help_topic_id,help_keyword_id) values (104,244);
 
1420
insert into help_relation (help_topic_id,help_keyword_id) values (301,244);
 
1421
insert into help_relation (help_topic_id,help_keyword_id) values (413,244);
 
1422
insert into help_relation (help_topic_id,help_keyword_id) values (172,244);
 
1423
insert into help_relation (help_topic_id,help_keyword_id) values (428,245);
 
1424
insert into help_relation (help_topic_id,help_keyword_id) values (277,246);
 
1425
insert into help_relation (help_topic_id,help_keyword_id) values (223,246);
 
1426
insert into help_relation (help_topic_id,help_keyword_id) values (327,246);
 
1427
insert into help_relation (help_topic_id,help_keyword_id) values (180,246);
 
1428
insert into help_relation (help_topic_id,help_keyword_id) values (299,247);
 
1429
insert into help_relation (help_topic_id,help_keyword_id) values (428,248);
 
1430
insert into help_relation (help_topic_id,help_keyword_id) values (104,249);
 
1431
insert into help_relation (help_topic_id,help_keyword_id) values (70,250);
 
1432
insert into help_relation (help_topic_id,help_keyword_id) values (23,250);
 
1433
insert into help_relation (help_topic_id,help_keyword_id) values (298,250);
 
1434
insert into help_relation (help_topic_id,help_keyword_id) values (385,250);
 
1435
insert into help_relation (help_topic_id,help_keyword_id) values (315,250);
 
1436
insert into help_relation (help_topic_id,help_keyword_id) values (452,250);
 
1437
insert into help_relation (help_topic_id,help_keyword_id) values (207,250);
 
1438
insert into help_relation (help_topic_id,help_keyword_id) values (346,251);
 
1439
insert into help_relation (help_topic_id,help_keyword_id) values (127,252);
 
1440
insert into help_relation (help_topic_id,help_keyword_id) values (288,252);
 
1441
insert into help_relation (help_topic_id,help_keyword_id) values (286,253);
 
1442
insert into help_relation (help_topic_id,help_keyword_id) values (88,254);
 
1443
insert into help_relation (help_topic_id,help_keyword_id) values (346,255);
 
1444
insert into help_relation (help_topic_id,help_keyword_id) values (234,256);
 
1445
insert into help_relation (help_topic_id,help_keyword_id) values (36,256);
 
1446
insert into help_relation (help_topic_id,help_keyword_id) values (230,256);
 
1447
insert into help_relation (help_topic_id,help_keyword_id) values (318,257);
 
1448
insert into help_relation (help_topic_id,help_keyword_id) values (140,257);
 
1449
insert into help_relation (help_topic_id,help_keyword_id) values (121,258);
 
1450
insert into help_relation (help_topic_id,help_keyword_id) values (180,259);
 
1451
insert into help_relation (help_topic_id,help_keyword_id) values (168,260);
 
1452
insert into help_relation (help_topic_id,help_keyword_id) values (164,261);
 
1453
insert into help_relation (help_topic_id,help_keyword_id) values (416,262);
 
1454
insert into help_relation (help_topic_id,help_keyword_id) values (92,263);
 
1455
insert into help_relation (help_topic_id,help_keyword_id) values (19,263);
 
1456
insert into help_relation (help_topic_id,help_keyword_id) values (346,264);
 
1457
insert into help_relation (help_topic_id,help_keyword_id) values (168,265);
 
1458
insert into help_relation (help_topic_id,help_keyword_id) values (388,266);
 
1459
insert into help_relation (help_topic_id,help_keyword_id) values (360,267);
 
1460
insert into help_relation (help_topic_id,help_keyword_id) values (101,267);
 
1461
insert into help_relation (help_topic_id,help_keyword_id) values (423,268);
 
1462
insert into help_relation (help_topic_id,help_keyword_id) values (20,269);
 
1463
insert into help_relation (help_topic_id,help_keyword_id) values (180,270);
 
1464
insert into help_relation (help_topic_id,help_keyword_id) values (126,271);
 
1465
insert into help_relation (help_topic_id,help_keyword_id) values (168,272);
 
1466
insert into help_relation (help_topic_id,help_keyword_id) values (346,273);
 
1467
insert into help_relation (help_topic_id,help_keyword_id) values (180,274);
 
1468
insert into help_relation (help_topic_id,help_keyword_id) values (318,275);
 
1469
insert into help_relation (help_topic_id,help_keyword_id) values (348,275);
 
1470
insert into help_relation (help_topic_id,help_keyword_id) values (353,276);
 
1471
insert into help_relation (help_topic_id,help_keyword_id) values (73,277);
 
1472
insert into help_relation (help_topic_id,help_keyword_id) values (104,277);
 
1473
insert into help_relation (help_topic_id,help_keyword_id) values (327,277);
 
1474
insert into help_relation (help_topic_id,help_keyword_id) values (423,278);
 
1475
insert into help_relation (help_topic_id,help_keyword_id) values (327,279);
 
1476
insert into help_relation (help_topic_id,help_keyword_id) values (180,280);
 
1477
insert into help_relation (help_topic_id,help_keyword_id) values (71,281);
 
1478
insert into help_relation (help_topic_id,help_keyword_id) values (180,281);
 
1479
insert into help_relation (help_topic_id,help_keyword_id) values (327,282);
 
1480
insert into help_relation (help_topic_id,help_keyword_id) values (409,283);
 
1481
insert into help_relation (help_topic_id,help_keyword_id) values (73,284);
 
1482
insert into help_relation (help_topic_id,help_keyword_id) values (131,284);
 
1483
insert into help_relation (help_topic_id,help_keyword_id) values (168,285);
 
1484
insert into help_relation (help_topic_id,help_keyword_id) values (388,286);
 
1485
insert into help_relation (help_topic_id,help_keyword_id) values (45,287);
 
1486
insert into help_relation (help_topic_id,help_keyword_id) values (297,287);
 
1487
insert into help_relation (help_topic_id,help_keyword_id) values (180,288);
 
1488
insert into help_relation (help_topic_id,help_keyword_id) values (105,289);
 
1489
insert into help_relation (help_topic_id,help_keyword_id) values (168,290);
 
1490
insert into help_relation (help_topic_id,help_keyword_id) values (346,291);
 
1491
insert into help_relation (help_topic_id,help_keyword_id) values (126,292);
 
1492
insert into help_relation (help_topic_id,help_keyword_id) values (408,292);
 
1493
insert into help_relation (help_topic_id,help_keyword_id) values (346,293);
 
1494
insert into help_relation (help_topic_id,help_keyword_id) values (124,294);
 
1495
insert into help_relation (help_topic_id,help_keyword_id) values (423,295);
 
1496
insert into help_relation (help_topic_id,help_keyword_id) values (19,296);
 
1497
insert into help_relation (help_topic_id,help_keyword_id) values (402,297);
 
1498
insert into help_relation (help_topic_id,help_keyword_id) values (50,297);
 
1499
insert into help_relation (help_topic_id,help_keyword_id) values (139,297);
 
1500
insert into help_relation (help_topic_id,help_keyword_id) values (180,297);
 
1501
insert into help_relation (help_topic_id,help_keyword_id) values (423,297);
 
1502
insert into help_relation (help_topic_id,help_keyword_id) values (428,298);
 
1503
insert into help_relation (help_topic_id,help_keyword_id) values (0,299);
 
1504
insert into help_relation (help_topic_id,help_keyword_id) values (0,300);
 
1505
insert into help_relation (help_topic_id,help_keyword_id) values (327,300);
 
1506
insert into help_relation (help_topic_id,help_keyword_id) values (0,301);
 
1507
insert into help_relation (help_topic_id,help_keyword_id) values (318,302);
 
1508
insert into help_relation (help_topic_id,help_keyword_id) values (321,302);
 
1509
insert into help_relation (help_topic_id,help_keyword_id) values (388,303);
 
1510
insert into help_relation (help_topic_id,help_keyword_id) values (258,304);
 
1511
insert into help_relation (help_topic_id,help_keyword_id) values (180,305);
 
1512
insert into help_relation (help_topic_id,help_keyword_id) values (425,306);
 
1513
insert into help_relation (help_topic_id,help_keyword_id) values (347,306);
 
1514
insert into help_relation (help_topic_id,help_keyword_id) values (327,307);
 
1515
insert into help_relation (help_topic_id,help_keyword_id) values (88,308);
 
1516
insert into help_relation (help_topic_id,help_keyword_id) values (450,309);
 
1517
insert into help_relation (help_topic_id,help_keyword_id) values (56,310);
 
1518
insert into help_relation (help_topic_id,help_keyword_id) values (318,310);
 
1519
insert into help_relation (help_topic_id,help_keyword_id) values (249,311);
 
1520
insert into help_relation (help_topic_id,help_keyword_id) values (408,312);
 
1521
insert into help_relation (help_topic_id,help_keyword_id) values (327,313);
 
1522
insert into help_relation (help_topic_id,help_keyword_id) values (383,314);
 
1523
insert into help_relation (help_topic_id,help_keyword_id) values (428,315);
 
1524
insert into help_relation (help_topic_id,help_keyword_id) values (126,316);
 
1525
insert into help_relation (help_topic_id,help_keyword_id) values (298,316);
 
1526
insert into help_relation (help_topic_id,help_keyword_id) values (383,317);
 
1527
insert into help_relation (help_topic_id,help_keyword_id) values (346,318);
 
1528
insert into help_relation (help_topic_id,help_keyword_id) values (180,319);
 
1529
insert into help_relation (help_topic_id,help_keyword_id) values (346,320);
 
1530
insert into help_relation (help_topic_id,help_keyword_id) values (432,321);
 
1531
insert into help_relation (help_topic_id,help_keyword_id) values (428,321);
 
1532
insert into help_relation (help_topic_id,help_keyword_id) values (180,321);
 
1533
insert into help_relation (help_topic_id,help_keyword_id) values (453,322);
 
1534
insert into help_relation (help_topic_id,help_keyword_id) values (254,323);
 
1535
insert into help_relation (help_topic_id,help_keyword_id) values (408,324);
 
1536
insert into help_relation (help_topic_id,help_keyword_id) values (110,325);
 
1537
insert into help_relation (help_topic_id,help_keyword_id) values (432,326);
 
1538
insert into help_relation (help_topic_id,help_keyword_id) values (25,326);
 
1539
insert into help_relation (help_topic_id,help_keyword_id) values (249,326);
 
1540
insert into help_relation (help_topic_id,help_keyword_id) values (47,327);
 
1541
insert into help_relation (help_topic_id,help_keyword_id) values (408,328);
 
1542
insert into help_relation (help_topic_id,help_keyword_id) values (340,329);
 
1543
insert into help_relation (help_topic_id,help_keyword_id) values (135,330);
 
1544
insert into help_relation (help_topic_id,help_keyword_id) values (284,330);
 
1545
insert into help_relation (help_topic_id,help_keyword_id) values (166,331);
 
1546
insert into help_relation (help_topic_id,help_keyword_id) values (299,332);
 
1547
insert into help_relation (help_topic_id,help_keyword_id) values (428,333);
 
1548
insert into help_relation (help_topic_id,help_keyword_id) values (126,334);
 
1549
insert into help_relation (help_topic_id,help_keyword_id) values (297,334);
 
1550
insert into help_relation (help_topic_id,help_keyword_id) values (439,335);
 
1551
insert into help_relation (help_topic_id,help_keyword_id) values (23,335);
 
1552
insert into help_relation (help_topic_id,help_keyword_id) values (135,335);
 
1553
insert into help_relation (help_topic_id,help_keyword_id) values (25,335);
 
1554
insert into help_relation (help_topic_id,help_keyword_id) values (169,335);
 
1555
insert into help_relation (help_topic_id,help_keyword_id) values (249,335);
 
1556
insert into help_relation (help_topic_id,help_keyword_id) values (420,336);
 
1557
insert into help_relation (help_topic_id,help_keyword_id) values (423,337);
 
1558
insert into help_relation (help_topic_id,help_keyword_id) values (428,338);
 
1559
insert into help_relation (help_topic_id,help_keyword_id) values (88,339);
 
1560
insert into help_relation (help_topic_id,help_keyword_id) values (285,340);
 
1561
insert into help_relation (help_topic_id,help_keyword_id) values (318,341);
 
1562
insert into help_relation (help_topic_id,help_keyword_id) values (280,341);
 
1563
insert into help_relation (help_topic_id,help_keyword_id) values (423,341);
 
1564
insert into help_relation (help_topic_id,help_keyword_id) values (41,342);
 
1565
insert into help_relation (help_topic_id,help_keyword_id) values (104,342);
 
1566
insert into help_relation (help_topic_id,help_keyword_id) values (327,342);
 
1567
insert into help_relation (help_topic_id,help_keyword_id) values (69,342);
 
1568
insert into help_relation (help_topic_id,help_keyword_id) values (88,342);
 
1569
insert into help_relation (help_topic_id,help_keyword_id) values (432,343);
 
1570
insert into help_relation (help_topic_id,help_keyword_id) values (50,343);
 
1571
insert into help_relation (help_topic_id,help_keyword_id) values (86,343);
 
1572
insert into help_relation (help_topic_id,help_keyword_id) values (428,343);
 
1573
insert into help_relation (help_topic_id,help_keyword_id) values (423,343);
 
1574
insert into help_relation (help_topic_id,help_keyword_id) values (428,344);
 
1575
insert into help_relation (help_topic_id,help_keyword_id) values (207,345);
 
1576
insert into help_relation (help_topic_id,help_keyword_id) values (327,346);
 
1577
insert into help_relation (help_topic_id,help_keyword_id) values (86,347);
 
1578
insert into help_relation (help_topic_id,help_keyword_id) values (36,347);
 
1579
insert into help_relation (help_topic_id,help_keyword_id) values (445,347);
 
1580
insert into help_relation (help_topic_id,help_keyword_id) values (428,348);
 
1581
insert into help_relation (help_topic_id,help_keyword_id) values (423,348);
 
1582
insert into help_relation (help_topic_id,help_keyword_id) values (428,349);
 
1583
insert into help_relation (help_topic_id,help_keyword_id) values (217,349);
 
1584
insert into help_relation (help_topic_id,help_keyword_id) values (432,350);
 
1585
insert into help_relation (help_topic_id,help_keyword_id) values (428,350);
 
1586
insert into help_relation (help_topic_id,help_keyword_id) values (29,351);
 
1587
insert into help_relation (help_topic_id,help_keyword_id) values (111,352);
 
1588
insert into help_relation (help_topic_id,help_keyword_id) values (408,352);
 
1589
insert into help_relation (help_topic_id,help_keyword_id) values (321,352);
 
1590
insert into help_relation (help_topic_id,help_keyword_id) values (117,352);
 
1591
insert into help_relation (help_topic_id,help_keyword_id) values (318,353);
 
1592
insert into help_relation (help_topic_id,help_keyword_id) values (135,353);
 
1593
insert into help_relation (help_topic_id,help_keyword_id) values (281,353);
 
1594
insert into help_relation (help_topic_id,help_keyword_id) values (169,353);
 
1595
insert into help_relation (help_topic_id,help_keyword_id) values (432,354);
 
1596
insert into help_relation (help_topic_id,help_keyword_id) values (340,354);
 
1597
insert into help_relation (help_topic_id,help_keyword_id) values (426,355);
 
1598
insert into help_relation (help_topic_id,help_keyword_id) values (30,356);
 
1599
insert into help_relation (help_topic_id,help_keyword_id) values (125,356);
 
1600
insert into help_relation (help_topic_id,help_keyword_id) values (201,356);
 
1601
insert into help_relation (help_topic_id,help_keyword_id) values (45,356);
 
1602
insert into help_relation (help_topic_id,help_keyword_id) values (297,356);
 
1603
insert into help_relation (help_topic_id,help_keyword_id) values (388,357);
 
1604
insert into help_relation (help_topic_id,help_keyword_id) values (327,358);
 
1605
insert into help_relation (help_topic_id,help_keyword_id) values (333,358);
 
1606
insert into help_relation (help_topic_id,help_keyword_id) values (423,359);
 
1607
insert into help_relation (help_topic_id,help_keyword_id) values (388,360);
 
1608
insert into help_relation (help_topic_id,help_keyword_id) values (428,361);
 
1609
insert into help_relation (help_topic_id,help_keyword_id) values (452,362);
 
1610
insert into help_relation (help_topic_id,help_keyword_id) values (180,363);
 
1611
insert into help_relation (help_topic_id,help_keyword_id) values (277,364);
 
1612
insert into help_relation (help_topic_id,help_keyword_id) values (396,364);
 
1613
insert into help_relation (help_topic_id,help_keyword_id) values (436,364);
 
1614
insert into help_relation (help_topic_id,help_keyword_id) values (354,364);
 
1615
insert into help_relation (help_topic_id,help_keyword_id) values (327,364);
 
1616
insert into help_relation (help_topic_id,help_keyword_id) values (262,364);
 
1617
insert into help_relation (help_topic_id,help_keyword_id) values (333,364);
 
1618
insert into help_relation (help_topic_id,help_keyword_id) values (426,365);
 
1619
insert into help_relation (help_topic_id,help_keyword_id) values (299,365);
 
1620
insert into help_relation (help_topic_id,help_keyword_id) values (29,365);
 
1621
insert into help_relation (help_topic_id,help_keyword_id) values (96,365);
 
1622
insert into help_relation (help_topic_id,help_keyword_id) values (388,365);
 
1623
insert into help_relation (help_topic_id,help_keyword_id) values (430,365);
 
1624
insert into help_relation (help_topic_id,help_keyword_id) values (168,366);
 
1625
insert into help_relation (help_topic_id,help_keyword_id) values (180,367);
 
1626
insert into help_relation (help_topic_id,help_keyword_id) values (114,368);
 
1627
insert into help_relation (help_topic_id,help_keyword_id) values (318,368);
 
1628
insert into help_relation (help_topic_id,help_keyword_id) values (267,368);
 
1629
insert into help_relation (help_topic_id,help_keyword_id) values (29,368);
 
1630
insert into help_relation (help_topic_id,help_keyword_id) values (451,369);
 
1631
insert into help_relation (help_topic_id,help_keyword_id) values (22,370);
 
1632
insert into help_relation (help_topic_id,help_keyword_id) values (16,371);
 
1633
insert into help_relation (help_topic_id,help_keyword_id) values (237,371);
 
1634
insert into help_relation (help_topic_id,help_keyword_id) values (448,372);
 
1635
insert into help_relation (help_topic_id,help_keyword_id) values (180,373);
 
1636
insert into help_relation (help_topic_id,help_keyword_id) values (327,374);
 
1637
insert into help_relation (help_topic_id,help_keyword_id) values (86,374);
 
1638
insert into help_relation (help_topic_id,help_keyword_id) values (190,375);
 
1639
insert into help_relation (help_topic_id,help_keyword_id) values (428,376);
 
1640
insert into help_relation (help_topic_id,help_keyword_id) values (88,376);
 
1641
insert into help_relation (help_topic_id,help_keyword_id) values (423,376);
 
1642
insert into help_relation (help_topic_id,help_keyword_id) values (318,377);
 
1643
insert into help_relation (help_topic_id,help_keyword_id) values (31,378);
 
1644
insert into help_relation (help_topic_id,help_keyword_id) values (99,378);
 
1645
insert into help_relation (help_topic_id,help_keyword_id) values (48,378);
 
1646
insert into help_relation (help_topic_id,help_keyword_id) values (168,378);
 
1647
insert into help_relation (help_topic_id,help_keyword_id) values (238,378);
 
1648
insert into help_relation (help_topic_id,help_keyword_id) values (332,378);
 
1649
insert into help_relation (help_topic_id,help_keyword_id) values (187,379);
 
1650
insert into help_relation (help_topic_id,help_keyword_id) values (428,379);
 
1651
insert into help_relation (help_topic_id,help_keyword_id) values (179,380);
 
1652
insert into help_relation (help_topic_id,help_keyword_id) values (428,381);
 
1653