SQL syntax debug: Difference between revisions
Jump to navigation
Jump to search
m
→Approach 1: Reduce the complexity of Sql query
Tags: Mobile edit Mobile web edit |
Tags: Mobile edit Mobile web edit |
||
| Line 4: | Line 4: | ||
Steps: | Steps: | ||
* Reduce the complexity of SQL syntax ex: | * Reduce the complexity of SQL syntax ex: remove the {{ kbd | key = WHERE }} condition | ||
* Examine the sub query part only | * Examine the sub query part only | ||
* Enable the MySQL server log contains each query or errors. Details on [[Testing#Database_server]] | * Enable the MySQL server log contains each query or errors. Details on [[Testing#Database_server]] | ||