Lines Matching +full:by -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang)

12  * Based on original MySQL language file by Carl Fürstenberg (2004); brought
18 * (must be immediately followed by an opening bracket) or some other keyword:
19 * so they can be distinguished by the presence (or not) of that opening bracket.
32 * it under the terms of the GNU General Public License as published by
49 //'COMMENT_SINGLE' => array(1 =>'--', 2 => '#'), // '--' MUST be folowed by whitespace,not necessarily a space
55 1 => "/(?:--\s).*?$/", // double dash followed by any whitespace
60 'ESCAPE_CHAR' => '\\', // by default only, can be specified
82 'DROP','DUMPFILE','DUPLICATE KEY','ENABLE','ENCLOSED BY','ENGINE',
83 'ERRORS','ESCAPED BY','EXISTS','EXPLAIN','EXTENDED','FIELDS',
85 'FUNCTION','GLOBAL','GRANT','GROUP BY','HANDLER','HASH','HAVING',
92 'OPTIMIZE','OPTIONALLY','OPTION','ORDER BY','OUTER','OUTFILE','OUT',
100 'SQL_NO_CACHE','SQL_SMALL_RESULT','SSL','START','STARTING BY',
102 'TEMPORARY','TEMPTABLE','TERMINATED BY','TO','TRANSACTIONS',
109 // Mix: statement keywords distinguished from functions by the same name
130 // Column data types distinguished from functions by the same name
142 // Column attribute distinguished from function by the same name
153 // Date-time unit specifiers distinguished from functions by the same name
163 // Operator distinghuished from function by the same name
181 // String functions distinguished from other keywords by the same name
192 // Numeric function distinguished from other keyword by the same name
210 // Date-time functions distinguished from other keywords by the same name
219 // Comparison functions distinguished from other keywords by the same name
229 // GROUP BY (aggregate) Functions
241 // Information functions distinguished from other keywords by the same name
251 // Miscellaneous function distinguished from other keyword by the same name
416 22 => 'http://dev.mysql.com/doc/refman/%35%2E%31/en/group-by-functions-and-modifiers.html',