get_records_sql

Re: get_records_sql

by Hubert Chathi -
Number of replies: 0

Aside from the semicolon that made your query fail, you also should not be hard-coding the "mdl_" table prefix; you should wrap your table names in braces.  So, instead of, for example, "mdl_role_assignments", write "{role_assignments}".

Average of ratings: Useful (2)