Open tmuras opened 3 years ago
backticks - ` used in SQL queries will only work in MySQL. Do not use them - ideally use higher level API that creating whole SQL queries (ie use $DB->update_record() instead of $DB->execute().
backticks - ` used in SQL queries will only work in MySQL. Do not use them - ideally use higher level API that creating whole SQL queries (ie use $DB->update_record() instead of $DB->execute().