PHP and MySQL syntax: Difference between revisions

Jump to navigation Jump to search
Line 158: Line 158:
* approach 2: (1) '''select *''' and then (2) '''unset''' some records which matched the condition.
* approach 2: (1) '''select *''' and then (2) '''unset''' some records which matched the condition.


== documentation ==
<pre>
EXPLAIN table_name;
</pre>
== debug ==
== debug ==
[[SQL syntax debug]]
[[SQL syntax debug]]

Navigation menu