SQL syntax debug

From LemonWiki共筆
Revision as of 14:37, 26 August 2014 by Planetoid (talk | contribs) (Created page with "<< PHP and MySQL syntax Steps for SQL syntax debug * Reduce the complexity of SQL syntax ex: reduce the {{ kbd | key = WHERE }} condition * Writing log more on Testing...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

<< PHP and MySQL syntax


Steps for SQL syntax debug

  • Reduce the complexity of SQL syntax ex: reduce the WHERE condition
  • Writing log more on Testing#Database_server
  • Using the tool for syntax highlight ex: Using the Sublime, and enable the Menu option: View > Syntax >SQL