15,047
edits
(add text match) |
|||
| Line 80: | Line 80: | ||
* SELECT DISTINCT column FROM table<ref>[http://dev.mysql.com/doc/refman/5.0/en/distinct-optimization.html MySQL :: MySQL 5.0 Reference Manual :: 8.3.1.13 DISTINCT Optimization]</ref> | * SELECT DISTINCT column FROM table<ref>[http://dev.mysql.com/doc/refman/5.0/en/distinct-optimization.html MySQL :: MySQL 5.0 Reference Manual :: 8.3.1.13 DISTINCT Optimization]</ref> | ||
* SELECT column FROM table GROUP BY column | * SELECT column FROM table GROUP BY column | ||
== text match == | |||
* in_array | |||
* preg_match... | |||
== ideas == | == ideas == | ||