Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

SQL coding style: Difference between revisions

From MoodleDocs
No edit summary
Line 7: Line 7:


==Indentation==
==Indentation==
[[File:sql_indentation.png]]


==See also==
==See also==

Revision as of 10:56, 14 June 2013

This page describes recommended coding style for complex database queries.


Parameter placeholders

Double quotes

Indentation

sql indentation.png

See also